Module: Aws::Glue::Client::_CancelMLTaskRunResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CancelMLTaskRunResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#status"STARTING", ...

Returns:

  • ("STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT")


401
# File 'sig/client.rbs', line 401

def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")

#task_run_id::String

Returns:

  • (::String)


400
# File 'sig/client.rbs', line 400

def task_run_id: () -> ::String

#transform_id::String

Returns:

  • (::String)


399
# File 'sig/client.rbs', line 399

def transform_id: () -> ::String