Class: Aws::Budgets::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
The number of API requests has exceeded the maximum allowed API request throttling limit for the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message the exception carries.
Instance Attribute Details
#message ⇒ String
The error message the exception carries.
1785 1786 1787 1788 1789 |
# File 'lib/aws-sdk-budgets/types.rb', line 1785 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |