Class: Aws::CostExplorer::Types::ServiceQuotaExceededException

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

Overview

You’ve reached the limit on the number of resources you can create, or exceeded the size of an individual resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6711
6712
6713
6714
6715
# File 'lib/aws-sdk-costexplorer/types.rb', line 6711

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