Class: Aws::Types::LastUpdateStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


7028
7029
7030
# File 'sig/types.rbs', line 7028

def failure_reason
  @failure_reason
end

#status"Successful", ...

Returns the value of attribute status.

Returns:

  • ("Successful", "Failed", "InProgress")


7027
7028
7029
# File 'sig/types.rbs', line 7027

def status
  @status
end