Class: Aws::SNS::Types::KMSThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::KMSThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
The request was denied due to request throttling. For more information about throttling, see Limits in the Key Management Service Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1289 1290 1291 1292 1293 |
# File 'lib/aws-sdk-sns/types.rb', line 1289 class KMSThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |