Class: Aws::LicenseManager::Types::AuthorizationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::AuthorizationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
The Amazon Web Services user account does not have permission to perform the action. Check the IAM policy associated with this account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
106 107 108 109 110 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 106 class AuthorizationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |