Class: Aws::Types::Error

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)


771
772
773
# File 'sig/types.rbs', line 771

def code
  @code
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def key
  @key
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def message
  @message
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def version_id
  @version_id
end