Class: Aws::SQS::Types::TooManyEntriesInBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::TooManyEntriesInBatchRequest
- Includes:
- Aws::Structure
- Defined in:
- 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][3
-
request is 10.
[1]: docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessageBatch.html [2]: docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_DeleteMessageBatch.html [3]: docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ChangeMessageVisibilityBatch.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2803 2804 2805 2806 2807 |
# File 'lib/aws-sdk-sqs/types.rb', line 2803 class TooManyEntriesInBatchRequest < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |