Class: Aws::LicenseManager::Types::InvalidResourceStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::InvalidResourceStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
License Manager cannot allocate a license to a resource because of its state.
For example, you cannot allocate a license to an instance in the process of shutting down.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1807 class InvalidResourceStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |