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 Text)
- batchPutMessageErrorEntry_errorMessage :: Lens' BatchPutMessageErrorEntry (Maybe Text)
- batchPutMessageErrorEntry_messageId :: Lens' BatchPutMessageErrorEntry (Maybe Text)
Documentation
data BatchPutMessageErrorEntry Source #
Contains informations about errors.
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 code associated with the error.
$sel:errorMessage:BatchPutMessageErrorEntry'
, batchPutMessageErrorEntry_errorMessage
- The message associated with 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 Text) Source #
The code associated with the error.
batchPutMessageErrorEntry_errorMessage :: Lens' BatchPutMessageErrorEntry (Maybe Text) Source #
The message associated with 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.