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
2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 2803 class TooManyEntriesInBatchRequest < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |