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 BatchAlarmActionErrorEntry = BatchAlarmActionErrorEntry' {}
- newBatchAlarmActionErrorEntry :: BatchAlarmActionErrorEntry
- batchAlarmActionErrorEntry_requestId :: Lens' BatchAlarmActionErrorEntry (Maybe Text)
- batchAlarmActionErrorEntry_errorCode :: Lens' BatchAlarmActionErrorEntry (Maybe ErrorCode)
- batchAlarmActionErrorEntry_errorMessage :: Lens' BatchAlarmActionErrorEntry (Maybe Text)
Documentation
data BatchAlarmActionErrorEntry Source #
Contains error messages associated with one of the following requests:
See: newBatchAlarmActionErrorEntry
smart constructor.
Instances
newBatchAlarmActionErrorEntry :: BatchAlarmActionErrorEntry Source #
Create a value of BatchAlarmActionErrorEntry
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:requestId:BatchAlarmActionErrorEntry'
, batchAlarmActionErrorEntry_requestId
- The request ID. Each ID must be unique within each batch.
$sel:errorCode:BatchAlarmActionErrorEntry'
, batchAlarmActionErrorEntry_errorCode
- The error code.
$sel:errorMessage:BatchAlarmActionErrorEntry'
, batchAlarmActionErrorEntry_errorMessage
- A message that describes the error.
batchAlarmActionErrorEntry_requestId :: Lens' BatchAlarmActionErrorEntry (Maybe Text) Source #
The request ID. Each ID must be unique within each batch.
batchAlarmActionErrorEntry_errorCode :: Lens' BatchAlarmActionErrorEntry (Maybe ErrorCode) Source #
The error code.
batchAlarmActionErrorEntry_errorMessage :: Lens' BatchAlarmActionErrorEntry (Maybe Text) Source #
A message that describes the error.