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.BatchCreateVariableError

Description

 
Synopsis

Documentation

data BatchCreateVariableError Source #

Provides the error of the batch create variable API.

See: newBatchCreateVariableError smart constructor.

Constructors

BatchCreateVariableError' 

Fields

Instances

Instances details
Eq BatchCreateVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchCreateVariableError

Read BatchCreateVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchCreateVariableError

Show BatchCreateVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchCreateVariableError

Generic BatchCreateVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchCreateVariableError

Associated Types

type Rep BatchCreateVariableError :: Type -> Type #

NFData BatchCreateVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchCreateVariableError

Hashable BatchCreateVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchCreateVariableError

FromJSON BatchCreateVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchCreateVariableError

type Rep BatchCreateVariableError Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchCreateVariableError

type Rep BatchCreateVariableError = D1 ('MetaData "BatchCreateVariableError" "Amazonka.FraudDetector.Types.BatchCreateVariableError" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "BatchCreateVariableError'" '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)))))

newBatchCreateVariableError :: BatchCreateVariableError Source #

Create a value of BatchCreateVariableError 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:BatchCreateVariableError', batchCreateVariableError_name - The name.

$sel:code:BatchCreateVariableError', batchCreateVariableError_code - The error code.

$sel:message:BatchCreateVariableError', batchCreateVariableError_message - The error message.