LrSqsSendMessageBatchStatusEntry
This entity represents the confirmation that a specific LrSqsMessage was successfully sent to the SQS queue using a sendMessageBatch API.
The following methods are available:
LrSqsSendMessageBatchStatusEntry.id | Returns the ID within the batch of the LrSqsMessage that was sent. |
LrSqsSendMessageBatchStatusEntry.messageId | Returns the ID of the LrSqsMessage that was sent using the sendMessageBatch method. |
LrSqsSendMessageBatchStatusEntry.sequenceNumber | Returns the sequence number of the LrSqsMessage. |