Class: Aws::Types::AccessDeniedException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

  • (::Hash[::String, ::String])


37
38
39
# File 'sig/types.rbs', line 37

def context
  @context
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def message
  @message
end