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", ...
386 |
# File 'sig/client.rbs', line 386
def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
#task_run_id ⇒ ::String
385 |
# File 'sig/client.rbs', line 385
def task_run_id: () -> ::String
|
#transform_id ⇒ ::String
384 |
# File 'sig/client.rbs', line 384
def transform_id: () -> ::String
|