An MD5 digest of the non-URL-encoded message body string.

C# |
public string MD5OfMessageBody { get; set; }

This can be used to verify that SQS received the message correctly.
SQS first URL decodes the message before creating the MD5 digest.
For information about MD5, go to
http://faqs.org/rfcs/rfc1321.html.