Class: Aws::LicenseManager::Types::LicenseUsageException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::LicenseUsageException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
You do not have enough licenses available to support a new resource launch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2304 2305 2306 2307 2308 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2304 class LicenseUsageException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |