Class: Aws::SQS::Types::KmsThrottled
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::KmsThrottled
- Defined in:
- gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb
Overview
Amazon Web Services KMS throttles requests for the following conditions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1121 1122 1123 1124 1125 |
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 1121 class KmsThrottled < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |