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)


53
54
55
56
57
# File 'lib/aws-sdk-sns/types.rb', line 53

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