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.messageIdReturns the message ID.
LrSqsSendMessageResult.sequenceNumberReturns the sequence number of the message.