You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SQS::Types::DeleteMessageBatchResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::DeleteMessageBatchResult
- Defined in:
- (unknown)
Overview
For each message in the batch, the response contains a DeleteMessageBatchResultEntry
tag if the message is deleted or a BatchResultErrorEntry
tag if the message can't be deleted.
Returned by:
Instance Attribute Summary collapse
-
#failed ⇒ Array<Types::BatchResultErrorEntry>
A list of
BatchResultErrorEntry
items. -
#successful ⇒ Array<Types::DeleteMessageBatchResultEntry>
A list of
DeleteMessageBatchResultEntry
items.
Instance Attribute Details
#failed ⇒ Array<Types::BatchResultErrorEntry>
A list of BatchResultErrorEntry
items.
#successful ⇒ Array<Types::DeleteMessageBatchResultEntry>
A list of DeleteMessageBatchResultEntry
items.