Concepts

Concepts used in AWS SQS BDK Book.

Sqs message

Represents a message from an Amazon SQS queue.

Field Name
Description
Type

message_id

The unique identifier for the message

text

receipt_handle

The receipt handle used to delete the message

text

queue_url

The URL of the queue the message was received from

text

body

The message body

text

attributes

System attributes of the message

``

message_attributes

Custom attributes of the message

``

Thing

No description

Last updated

Was this helpful?