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.
-
The rate of requests per second exceeds the Amazon Web Services KMS request quota for an account and Region.
-
A burst or sustained high rate of requests to change the state of the same KMS key. This condition is often known as a “hot key.”
-
Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store might be throttled at a lower-than-expected rate when the Amazon Web Services CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1939 1940 1941 1942 1943 |
# File 'lib/aws-sdk-sqs/types.rb', line 1939 class RequestThrottled < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |