Class: Aws::BCMPricingCalculator::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ServiceQuotaExceededException
- 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
- #message ⇒ String
-
#quota_code ⇒ String
The quota code that was exceeded.
-
#resource_id ⇒ String
The identifier of the resource that exceeded quota.
-
#resource_type ⇒ String
The type of the resource that exceeded quota.
-
#service_code ⇒ String
The service code that exceeded quota.
Instance Attribute Details
#message ⇒ 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_code ⇒ String
The quota code that was exceeded.
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_id ⇒ String
The identifier of the resource that exceeded quota.
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_type ⇒ String
The type of the resource that exceeded quota.
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_code ⇒ String
The service code that exceeded quota.
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 |