Class: Aws::Types::UnauthenticatedException

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)


3046
3047
3048
# File 'sig/types.rbs', line 3046

def code
  @code
end

#docs::String

Returns the value of attribute docs.

Returns:

  • (::String)


3047
3048
3049
# File 'sig/types.rbs', line 3047

def docs
  @docs
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3048
3049
3050
# File 'sig/types.rbs', line 3048

def message
  @message
end

#tip::String

Returns the value of attribute tip.

Returns:

  • (::String)


3049
3050
3051
# File 'sig/types.rbs', line 3049

def tip
  @tip
end