AWS.SQS.TSQSSendMessageBatchRequestEntry.MessageBody

The message content to send.

property MessageBody: string;
__property AnsiString MessageBody;

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

Message content can include only JSON, XML, and unformatted text. The following Unicode characters are allowed: #x9 | #xA | #xD | #x20 to #xD7FF | #xE000 to #xFFFD | #x10000 to #x10FFFF Any characters not included in this list will be rejected. The maximum size is 256 KiB.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.