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)


2062
2063
2064
2065
2066
# File 'lib/aws-sdk-budgets/types.rb', line 2062

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