Class: Aws::Types::JobEventDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_type ⇒ "WAITING_FOR_PRIORITY", ...

Returns the value of attribute event_type.

Returns:

  • ("WAITING_FOR_PRIORITY", "QUEUED_FOR_EXECUTION", "STARTING_INSTANCE", "DOWNLOADING_DATA", "RUNNING", "DEPRIORITIZED_DUE_TO_INACTIVITY", "UPLOADING_RESULTS", "COMPLETED", "FAILED", "MAX_RUNTIME_EXCEEDED", "CANCELLED")


286
287
288
# File 'sig/types.rbs', line 286

def event_type
  @event_type
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def message
  @message
end

#time_of_event ⇒ ::Time

Returns the value of attribute time_of_event.

Returns:

  • (::Time)


287
288
289
# File 'sig/types.rbs', line 287

def time_of_event
  @time_of_event
end