Class: Aws::Budgets::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message the exception carries.

Returns:

  • (String)


1785
1786
1787
1788
1789
# File 'lib/aws-sdk-budgets/types.rb', line 1785

class ThrottlingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end