Module: Aws::Comprehend::Client::_StopEventsDetectionJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopEventsDetectionJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#job_id ⇒ ::String
1368 |
# File 'sig/client.rbs', line 1368
def job_id: () -> ::String
|
#job_status ⇒ "SUBMITTED", ...
1369 |
# File 'sig/client.rbs', line 1369
def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "STOP_REQUESTED" | "STOPPED")
|