| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FraudDetector.Types.BatchCreateVariableError
Description
Synopsis
- data BatchCreateVariableError = BatchCreateVariableError' {}
- newBatchCreateVariableError :: BatchCreateVariableError
- batchCreateVariableError_code :: Lens' BatchCreateVariableError (Maybe Int)
- batchCreateVariableError_message :: Lens' BatchCreateVariableError (Maybe Text)
- batchCreateVariableError_name :: Lens' BatchCreateVariableError (Maybe Text)
Documentation
data BatchCreateVariableError Source #
Provides the error of the batch create variable API.
See: newBatchCreateVariableError smart constructor.
Constructors
| BatchCreateVariableError' | |
Instances
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:code:BatchCreateVariableError', batchCreateVariableError_code - The error code.
$sel:message:BatchCreateVariableError', batchCreateVariableError_message - The error message.
$sel:name:BatchCreateVariableError', batchCreateVariableError_name - The name.
batchCreateVariableError_code :: Lens' BatchCreateVariableError (Maybe Int) Source #
The error code.
batchCreateVariableError_message :: Lens' BatchCreateVariableError (Maybe Text) Source #
The error message.
batchCreateVariableError_name :: Lens' BatchCreateVariableError (Maybe Text) Source #
The name.