Class: Aws::Types::LastExecutionStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#execution_status ⇒ "COMPLETED", ...

Returns the value of attribute execution_status.

Returns:



315
316
317
# File 'sig/types.rbs', line 315

def execution_status
  @execution_status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:



316
317
318
# File 'sig/types.rbs', line 316

def status_message
  @status_message
end