libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

Read BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

Show 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 #

NFData BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

Methods

rnf :: BatchGetVariableError -> () #

Hashable BatchGetVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchGetVariableError

FromJSON 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" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "BatchGetVariableError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "message") '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:name:BatchGetVariableError', batchGetVariableError_name - The error name.

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

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