Class: Aws::PartnerCentralAccount::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
The request was rejected because it would exceed a service quota or limit. This may occur when trying to create more resources than allowed by the service limits.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#reason ⇒ String
The specific reason for the service quota being exceeded.
Instance Attribute Details
#message ⇒ String
2261 2262 2263 2264 2265 2266 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2261 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The specific reason for the service quota being exceeded.
2261 2262 2263 2264 2265 2266 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2261 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |