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 BatchPutMessageErrorEntry = BatchPutMessageErrorEntry' {}
- newBatchPutMessageErrorEntry :: BatchPutMessageErrorEntry
- batchPutMessageErrorEntry_errorCode :: Lens' BatchPutMessageErrorEntry (Maybe ErrorCode)
- batchPutMessageErrorEntry_errorMessage :: Lens' BatchPutMessageErrorEntry (Maybe Text)
- batchPutMessageErrorEntry_messageId :: Lens' BatchPutMessageErrorEntry (Maybe Text)
Documentation
data BatchPutMessageErrorEntry Source #
Contains information about the errors encountered.
See: newBatchPutMessageErrorEntry
smart constructor.
Instances
newBatchPutMessageErrorEntry :: BatchPutMessageErrorEntry Source #
Create a value of BatchPutMessageErrorEntry
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:errorCode:BatchPutMessageErrorEntry'
, batchPutMessageErrorEntry_errorCode
- The error code.
$sel:errorMessage:BatchPutMessageErrorEntry'
, batchPutMessageErrorEntry_errorMessage
- A message that describes the error.
$sel:messageId:BatchPutMessageErrorEntry'
, batchPutMessageErrorEntry_messageId
- The ID of the message that caused the error. (See the value
corresponding to the "messageId"
key in the "message"
object.)
batchPutMessageErrorEntry_errorCode :: Lens' BatchPutMessageErrorEntry (Maybe ErrorCode) Source #
The error code.
batchPutMessageErrorEntry_errorMessage :: Lens' BatchPutMessageErrorEntry (Maybe Text) Source #
A message that describes the error.
batchPutMessageErrorEntry_messageId :: Lens' BatchPutMessageErrorEntry (Maybe Text) Source #
The ID of the message that caused the error. (See the value
corresponding to the "messageId"
key in the "message"
object.)