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
2274 2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2274 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The specific reason for the service quota being exceeded.
2274 2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2274 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |