OPENAPI / COMPONENTS / SCHEMAS

SendMessageBatchResult

SendMessageBatchResult

<p>For each message in the batch, the response contains a <code> <a>SendMessageBatchResultEntry</a> </code> tag if the message succeeds or a <code> <a>BatchResultErrorEntry</a> </code> tag if the message fails.</p>

object2properties
Successfulstringrequired

<p>A list of <code> <a>SendMessageBatchResultEntry</a> </code> items.</p>

Failedstringrequired

<p>A list of <code> <a>BatchResultErrorEntry</a> </code> items with error details about each message that can't be enqueued.</p>