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
68 69 70 71 72 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 68 class AuthorizationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |