Class: Aws::LicenseManager::Types::NoEntitlementsAllowedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::NoEntitlementsAllowedException
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
There are no entitlements found for this license, or the entitlement maximum count is reached.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3147 3148 3149 3150 3151 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3147 class NoEntitlementsAllowedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |