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
-
#error_type ⇒ String
The value populated to the ‘x-amzn-ErrorType` response header by API Gateway.
- #message ⇒ String
Instance Attribute Details
#error_type ⇒ String
The value populated to the ‘x-amzn-ErrorType` response header by API Gateway.
1077 1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-account/types.rb', line 1077 class TooManyRequestsException < Struct.new( :error_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1077 1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-account/types.rb', line 1077 class TooManyRequestsException < Struct.new( :error_type, :message) SENSITIVE = [] include Aws::Structure end |