Class: Aws::PartnerCentralChannel::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
The request would exceed a service quota limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the service quota exceeded error.
-
#quota_code ⇒ String
The code identifying the specific quota that would be exceeded.
-
#resource_id ⇒ String
The identifier of the resource that would exceed the quota.
-
#resource_type ⇒ String
The type of the resource that would exceed the quota.
Instance Attribute Details
#message ⇒ String
A message describing the service quota exceeded error.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1476 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The code identifying the specific quota that would be exceeded.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1476 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that would exceed the quota.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1476 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that would exceed the quota.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1476 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code) SENSITIVE = [] include Aws::Structure end |