amazonka-frauddetector-2.0: Amazon Fraud Detector SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FraudDetector.Types.BatchGetVariableError

Description

 
Synopsis

Documentation

data BatchGetVariableError Source #

Provides the error of the batch get variable API.

See: newBatchGetVariableError smart constructor.

Constructors

BatchGetVariableError' 

Fields

Instances

Instances details
FromJSON BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

Generic BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

Associated Types

type Rep BatchGetVariableError :: Type -> Type #

Read BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

Show BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

NFData BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

Methods

rnf :: BatchGetVariableError -> () #

Eq BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

Hashable BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

type Rep BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

type Rep BatchGetVariableError = D1 ('MetaData "BatchGetVariableError" "Amazonka.FraudDetector.Types.BatchGetVariableError" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "BatchGetVariableError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchGetVariableError :: BatchGetVariableError Source #

Create a value of BatchGetVariableError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:BatchGetVariableError', batchGetVariableError_code - The error code.

$sel:message:BatchGetVariableError', batchGetVariableError_message - The error message.

$sel:name:BatchGetVariableError', batchGetVariableError_name - The error name.