Class: Aws::PartnerCentralRevenueMeasurement::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralRevenueMeasurement::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb
Overview
The request would exceed a service quota limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#reason ⇒ String
The reason the service quota was exceeded.
Instance Attribute Details
#message ⇒ String
1569 1570 1571 1572 1573 1574 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1569 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the service quota was exceeded.
1569 1570 1571 1572 1573 1574 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1569 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |