Class: Aws::Types::LifecycleExecutionState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason ⇒ ::String

Returns the value of attribute reason.

Returns:

  • (::String)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def reason
  @reason
end

#status ⇒ "IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS", "PENDING")


1342
1343
1344
# File 'sig/types.rbs', line 1342

def status
  @status
end