Class: Aws::SNS::Types::ThrottledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ThrottledException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Indicates that the rate at which requests have been submitted for this action exceeds the limit for your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Throttled request.
Instance Attribute Details
#message ⇒ String
Throttled request.
2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-sns/types.rb', line 2963 class ThrottledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |