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)


10793
10794
10795
# File 'sig/types.rbs', line 10793

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


10792
10793
10794
# File 'sig/types.rbs', line 10792

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")


10791
10792
10793
# File 'sig/types.rbs', line 10791

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


10794
10795
10796
# File 'sig/types.rbs', line 10794

def status_message
  @status_message
end