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.*
[1]: docs.aws.amazon.com/kms/latest/developerguide/limits.html#requests-per-second
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1163 1164 1165 1166 1167 |
# File 'lib/aws-sdk-sns/types.rb', line 1163 class KMSThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |