Class: Aws::Billing::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb
Overview
You've reached the limit of resources you can create, or exceeded the size of an individual resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#quota_code ⇒ String
The container for the
quotaCode. -
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The type of Amazon Web Services resource.
-
#service_code ⇒ String
The container for the
serviceCode.
Instance Attribute Details
#message ⇒ String
725 726 727 728 729 730 731 732 733 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 725 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The container for the quotaCode.
725 726 727 728 729 730 731 732 733 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 725 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
725 726 727 728 729 730 731 732 733 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 725 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of Amazon Web Services resource.
725 726 727 728 729 730 731 732 733 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 725 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The container for the serviceCode.
725 726 727 728 729 730 731 732 733 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 725 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |