Class: Aws::SQS::Types::RequestThrottled
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::RequestThrottled
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sqs/types.rb
Overview
The request was denied due to request throttling.
-
Exceeds the permitted request rate for the queue or for the recipient of the request.
-
Ensure that the request rate is within the Amazon SQS limits for sending messages. For more information, see [Amazon SQS quotas] in the *Amazon SQS Developer Guide*.
[1]: docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html#quotas-requests
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-sqs/types.rb', line 1977 class RequestThrottled < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |