Class: Aws::SQS::Types::TooManyEntriesInBatchRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SQS::Types::TooManyEntriesInBatchRequest
 
 
- Defined in:
 - gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb
 
Overview
The batch request contains more entries than permissible. For Amazon SQS, the maximum number of entries you can include in a single SendMessageBatch, DeleteMessageBatch, or ChangeMessageVisibilityBatch request is 10.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      2839 2840 2841 2842 2843  | 
    
      # File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 2839 class TooManyEntriesInBatchRequest < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |