| 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.BatchGetVariableError
Description
Synopsis
- data BatchGetVariableError = BatchGetVariableError' {}
- newBatchGetVariableError :: BatchGetVariableError
- batchGetVariableError_code :: Lens' BatchGetVariableError (Maybe Int)
- batchGetVariableError_message :: Lens' BatchGetVariableError (Maybe Text)
- batchGetVariableError_name :: Lens' BatchGetVariableError (Maybe Text)
Documentation
data BatchGetVariableError Source #
Provides the error of the batch get variable API.
See: newBatchGetVariableError smart constructor.
Constructors
| BatchGetVariableError' | |
Instances
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.
batchGetVariableError_code :: Lens' BatchGetVariableError (Maybe Int) Source #
The error code.
batchGetVariableError_message :: Lens' BatchGetVariableError (Maybe Text) Source #
The error message.
batchGetVariableError_name :: Lens' BatchGetVariableError (Maybe Text) Source #
The error name.