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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/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)


1704
1705
1706
1707
1708
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1704

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