Class: Aws::PricingPlanManager::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PricingPlanManager::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricingplanmanager/types.rb
Overview
The request would exceed a service limit. You have reached the maximum number of subscriptions allowed for your account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
497 498 499 500 501 |
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 497 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |