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

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def code
  @code
end

#docs::String

Returns the value of attribute docs.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def docs
  @docs
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def message
  @message
end

#tip::String

Returns the value of attribute tip.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def tip
  @tip
end