Message#

The message returned when calling ReceiveMessage.

Contents#

  • Attributes — The message system attributes.

    • Type: String map

    • Required: No

  • Body — The message body.

    • Type: String

    • Required: No

  • MD5OfBody — The MD5 digest of the message body, which is used for integrity check.

    • Type: String

    • Required: No

  • MD5OfMessageAttributes — The MD5 digest of the message attributes.

    • Type: String

    • Required: No

  • MessageAttributes — The message attributes set by the producer.

    • Type: String map

    • Required: No

  • MessageId — The unique message ID.

    • Type: String

    • Required: No

  • ReceiptHandle — The ID used when deleting a message or modifying its visibility. It is valid only during the visibility timeout.

    • Type: String

    • Required: No