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
1154 1155 1156 1157 1158 |
# File 'lib/aws-sdk-sns/types.rb', line 1154 class KMSThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |