Class: Aws::Artifact::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
Code for the affected quota.
-
#resource_id ⇒ String
Identifier of the affected resource.
-
#resource_type ⇒ String
Type of the affected resource.
-
#service_code ⇒ String
Code for the affected service.
Instance Attribute Details
#message ⇒ String
493 494 495 496 497 498 499 500 501 |
# File 'lib/aws-sdk-artifact/types.rb', line 493 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Code for the affected quota.
493 494 495 496 497 498 499 500 501 |
# File 'lib/aws-sdk-artifact/types.rb', line 493 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the affected resource.
493 494 495 496 497 498 499 500 501 |
# File 'lib/aws-sdk-artifact/types.rb', line 493 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the affected resource.
493 494 495 496 497 498 499 500 501 |
# File 'lib/aws-sdk-artifact/types.rb', line 493 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Code for the affected service.
493 494 495 496 497 498 499 500 501 |
# File 'lib/aws-sdk-artifact/types.rb', line 493 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |