Class: Aws::Account::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-account/types.rb
Overview
The operation failed because it was called too frequently and exceeded a throttle limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
913 914 915 916 917 |
# File 'lib/aws-sdk-account/types.rb', line 913 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |