Class: Aws::BCMDataExports::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdataexports/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
- #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
715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 715 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code that was exceeded.
715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 715 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that exceeded quota.
715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 715 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that exceeded quota.
715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 715 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code that exceeded quota. It will always be “AWSBillingAndCostManagementDataExports”.
715 716 717 718 719 720 721 722 723 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 715 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |