update_classification_job
(**kwargs)¶Changes the status of a classification job.
See also: AWS API Documentation
Request Syntax
response = client.update_classification_job(
jobId='string',
jobStatus='RUNNING'|'PAUSED'|'CANCELLED'|'COMPLETE'|'IDLE'|'USER_PAUSED'
)
[REQUIRED]
The unique identifier for the classification job.
[REQUIRED]
The new status for the job. Valid values are:
dict
Response Syntax
{}
Response Structure
(dict) --
The request succeeded. The job's status was changed and there isn't any content to include in the body of the response (No Content).
Exceptions
Macie2.Client.exceptions.ValidationException
Macie2.Client.exceptions.InternalServerException
Macie2.Client.exceptions.ServiceQuotaExceededException
Macie2.Client.exceptions.AccessDeniedException
Macie2.Client.exceptions.ResourceNotFoundException
Macie2.Client.exceptions.ThrottlingException
Macie2.Client.exceptions.ConflictException