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
1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 1975 class RequestThrottled < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |