Class: Aws::Types::ReplicationStatusType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "DELETE_IN_PROGRESS", "FAILED", "SYNCHRONIZED")


596
597
598
# File 'sig/types.rbs', line 596

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def status_message
  @status_message
end