class
Amazonite::Sqs::SendMessageBatchResult
- Amazonite::Sqs::SendMessageBatchResult
- Reference
- Object
Overview
For each message in the batch, the response contains a SendMessageBatchResultEntry tag if
the message succeeds or a BatchResultErrorEntry tag if the message fails.
Included Modules
- JSON::Serializable
Defined in:
sqs/send_message_batch_result.crConstructors
- .new(successful : Array(SendMessageBatchResultEntry), failed : Array(BatchResultErrorEntry))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#failed : Array(BatchResultErrorEntry)
A list of
BatchResultErrorEntryitems with error details about each message that can't be enqueued. -
#failed=(failed : Array(BatchResultErrorEntry))
A list of
BatchResultErrorEntryitems with error details about each message that can't be enqueued. -
#hash(hasher)
See
Object#hash(hasher) -
#successful : Array(SendMessageBatchResultEntry)
A list of
SendMessageBatchResultEntryitems. -
#successful=(successful : Array(SendMessageBatchResultEntry))
A list of
SendMessageBatchResultEntryitems. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of BatchResultErrorEntry items with error details about each message that can't be
enqueued.
A list of BatchResultErrorEntry items with error details about each message that can't be
enqueued.
A list of SendMessageBatchResultEntry items.