LrSqsSendMessageResult
This class is used when a message is sent to SQS queue through a sendMessage or sendMessageEx API. Once the message is sent, the result is stored in an LrSqsSendMessageResult object. The object contains information about the message ID and the message sequence number.
The following methods are available for this class:
LrSqsSendMessageResult.messageId | Returns the message ID. |
LrSqsSendMessageResult.sequenceNumber | Returns the sequence number of the message. |