Class: Aws::BCMPricingCalculator::Types::ServiceQuotaExceededException

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

Overview

The request would cause you to exceed your service quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2969
2970
2971
2972
2973
2974
2975
2976
2977
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2969

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :service_code,
  :quota_code)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

The quota code that was exceeded.

Returns:

  • (String)


2969
2970
2971
2972
2973
2974
2975
2976
2977
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2969

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :service_code,
  :quota_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the resource that exceeded quota.

Returns:

  • (String)


2969
2970
2971
2972
2973
2974
2975
2976
2977
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2969

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :service_code,
  :quota_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the resource that exceeded quota.

Returns:

  • (String)


2969
2970
2971
2972
2973
2974
2975
2976
2977
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2969

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :service_code,
  :quota_code)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The service code that exceeded quota.

Returns:

  • (String)


2969
2970
2971
2972
2973
2974
2975
2976
2977
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2969

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :service_code,
  :quota_code)
  SENSITIVE = []
  include Aws::Structure
end