Class: Aws::ApplicationDiscoveryService::Types::AuthorizationErrorException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb

Overview

The user does not have permission to perform the action. Check the IAM policy associated with this user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


143
144
145
146
147
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 143

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