Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BatchCreateVariableError = BatchCreateVariableError' {}
- newBatchCreateVariableError :: BatchCreateVariableError
- batchCreateVariableError_name :: Lens' BatchCreateVariableError (Maybe Text)
- batchCreateVariableError_code :: Lens' BatchCreateVariableError (Maybe Int)
- batchCreateVariableError_message :: Lens' BatchCreateVariableError (Maybe Text)
Documentation
data BatchCreateVariableError Source #
Provides the error of the batch create variable API.
See: newBatchCreateVariableError
smart constructor.
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:name:BatchCreateVariableError'
, batchCreateVariableError_name
- The name.
$sel:code:BatchCreateVariableError'
, batchCreateVariableError_code
- The error code.
$sel:message:BatchCreateVariableError'
, batchCreateVariableError_message
- The error message.
batchCreateVariableError_name :: Lens' BatchCreateVariableError (Maybe Text) Source #
The name.
batchCreateVariableError_code :: Lens' BatchCreateVariableError (Maybe Int) Source #
The error code.
batchCreateVariableError_message :: Lens' BatchCreateVariableError (Maybe Text) Source #
The error message.