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