Class: Aws::Types::StateInfo

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)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def message
  @message
end