Class: Aws::SQS::Types::RequestThrottled
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::RequestThrottled
- Defined in:
- gems/aws-sdk-sqs/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1977 1978 1979 1980 1981 |
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 1977 class RequestThrottled < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |