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.
2977 2978 2979 2980 2981 |
# File 'lib/aws-sdk-sns/types.rb', line 2977 class ThrottledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |