Class: Aws::Types::ItemError

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)


4783
4784
4785
# File 'sig/types.rbs', line 4783

def code
  @code
end

#item_identifier::String

Returns the value of attribute item_identifier.

Returns:

  • (::String)


4782
4783
4784
# File 'sig/types.rbs', line 4782

def item_identifier
  @item_identifier
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


4784
4785
4786
# File 'sig/types.rbs', line 4784

def message
  @message
end