Concepts used in AWS SQS book.
The following documentation is for AWS SQS v1.6.3 (BDK).
Represents a message from an Amazon SQS queue.
message_id
The unique identifier for the message
text
receipt_handle
The receipt handle used to delete the message
queue_url
The URL of the queue the message was received from
body
The message body
attributes
System attributes of the message
optional[json]
message_attributes
Custom attributes of the message
Last updated 20 days ago
Was this helpful?