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