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)


1917
1918
1919
1920
1921
# File 'lib/aws-sdk-budgets/types.rb', line 1917

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