Class: Aws::PartnerCentralBenefits::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Thrown when the request would exceed the service quotas or limits for the account.
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.
1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1525 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.
1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1525 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.
1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1525 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.
1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1525 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code) SENSITIVE = [] include Aws::Structure end |