class Aws::SQS::Types::SendMessageBatchResult

For each message in the batch, the response contains a ` SendMessageBatchResultEntry ` tag if the message succeeds or a ` BatchResultErrorEntry ` tag if the message fails.

@!attribute [rw] successful

A list of ` SendMessageBatchResultEntry ` items.
@return [Array<Types::SendMessageBatchResultEntry>]

@!attribute [rw] failed

A list of ` BatchResultErrorEntry ` items with error details about
each message that can't be enqueued.
@return [Array<Types::BatchResultErrorEntry>]

@see docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05/SendMessageBatchResult AWS API Documentation

Constants

SENSITIVE