You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SQS::Types::SendMessageBatchResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SQS::Types::SendMessageBatchResult
 
- Defined in:
- (unknown)
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.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #failed  ⇒ Array<Types::BatchResultErrorEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of BatchResultErrorEntryitems with error details about each message that can\'t be enqueued.
- 
  
    
      #successful  ⇒ Array<Types::SendMessageBatchResultEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of SendMessageBatchResultEntryitems.
Instance Attribute Details
#failed ⇒ Array<Types::BatchResultErrorEntry>
A list of BatchResultErrorEntry items with error details about each
message that can\'t be enqueued.
#successful ⇒ Array<Types::SendMessageBatchResultEntry>
A list of SendMessageBatchResultEntry items.