Class: Aws::Types::SetTaskStatusInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_id::String

Returns the value of attribute error_id.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def error_id
  @error_id
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def error_message
  @error_message
end

#error_stack_trace::String

Returns the value of attribute error_stack_trace.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def error_stack_trace
  @error_stack_trace
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def task_id
  @task_id
end

#task_status"FINISHED", ...

Returns the value of attribute task_status.

Returns:

  • ("FINISHED", "FAILED", "FALSE")


293
294
295
# File 'sig/types.rbs', line 293

def task_status
  @task_status
end