Class: Aws::SQS::Types::KmsThrottled
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::KmsThrottled
- Includes:
- Aws::Structure
- Defined in:
- 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
1118 1119 1120 1121 1122 |
# File 'lib/aws-sdk-sqs/types.rb', line 1118 class KmsThrottled < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |