Class: Aws::QBusiness::Types::LicenseNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::LicenseNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
You don’t have permissions to perform the action because your license is inactive. Ask your admin to activate your license and try again after your licence is active.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4838 4839 4840 4841 4842 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4838 class LicenseNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |