Class: Aws::Types::GoneException

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:



307
308
309
# File 'sig/types.rbs', line 307

def code
  @code
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def message
  @message
end