stop_events_detection_job
(**kwargs)¶Stops an events detection job in progress.
See also: AWS API Documentation
Request Syntax
response = client.stop_events_detection_job(
JobId='string'
)
[REQUIRED]
The identifier of the events detection job to stop.
{
'JobId': 'string',
'JobStatus': 'SUBMITTED'|'IN_PROGRESS'|'COMPLETED'|'FAILED'|'STOP_REQUESTED'|'STOPPED'
}
Response Structure
The identifier of the events detection job to stop.
The status of the events detection job.
Exceptions
Comprehend.Client.exceptions.InvalidRequestException
Comprehend.Client.exceptions.JobNotFoundException
Comprehend.Client.exceptions.InternalServerException