Class: Aws::Types::SecondaryStatusTransition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


10815
10816
10817
# File 'sig/types.rbs', line 10815

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


10814
10815
10816
# File 'sig/types.rbs', line 10814

def start_time
  @start_time
end

#status"Starting", ...

Returns the value of attribute status.

Returns:

  • ("Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting", "Pending")


10813
10814
10815
# File 'sig/types.rbs', line 10813

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


10816
10817
10818
# File 'sig/types.rbs', line 10816

def status_message
  @status_message
end