Class: Aws::SNS::Types::AuthorizationErrorException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Indicates that the user has been denied access to the requested resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


62
63
64
65
66
# File 'lib/aws-sdk-sns/types.rb', line 62

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