Class: Aws::Repostspace::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/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
The code to identify the quota.
-
#resource_id ⇒ String
The id of the resource.
-
#resource_type ⇒ String
The type of the resource.
-
#service_code ⇒ String
The code to identify the service.
Instance Attribute Details
#message ⇒ String
537 538 539 540 541 542 543 544 545 |
# File 'lib/aws-sdk-repostspace/types.rb', line 537 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The code to identify the quota.
537 538 539 540 541 542 543 544 545 |
# File 'lib/aws-sdk-repostspace/types.rb', line 537 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The id of the resource.
537 538 539 540 541 542 543 544 545 |
# File 'lib/aws-sdk-repostspace/types.rb', line 537 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.
537 538 539 540 541 542 543 544 545 |
# File 'lib/aws-sdk-repostspace/types.rb', line 537 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code to identify the service.
537 538 539 540 541 542 543 544 545 |
# File 'lib/aws-sdk-repostspace/types.rb', line 537 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |