Struct rusoto_sqs::SendMessageBatchResult [] [src]

pub struct SendMessageBatchResult {
    pub failed: BatchResultErrorEntryList,
    pub successful: SendMessageBatchResultEntryList,
}

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

Fields

A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.

A list of SendMessageBatchResultEntry items.

Trait Implementations

impl Default for SendMessageBatchResult
[src]

Returns the "default value" for a type. Read more

impl Debug for SendMessageBatchResult
[src]

Formats the value using the given formatter.

impl Clone for SendMessageBatchResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more