Class: Aws::Types::CancellationReason

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)


201
202
203
# File 'sig/types.rbs', line 201

def code
  @code
end

#item::Hash[::String, Types::AttributeValue]

Returns the value of attribute item.

Returns:



200
201
202
# File 'sig/types.rbs', line 200

def item
  @item
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def message
  @message
end