Class: Aws::LicenseManagerUserSubscriptions::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
The request failed because a service quota is exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1135 1136 1137 1138 1139 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1135 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |