Class: Aws::LicenseManager::Types::AuthorizationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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

#messageString

Returns:

  • (String)


68
69
70
71
72
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 68

class AuthorizationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end