Class: Aws::Budgets::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-budgets/types.rb

Overview

You’ve reached a Service Quota limit on this resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message the exception carries.

Returns:

  • (String)


1865
1866
1867
1868
1869
# File 'lib/aws-sdk-budgets/types.rb', line 1865

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