Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

stop_phi_detection_job

stop_phi_detection_job(**kwargs)

Stops a protected health information (PHI) detection job in progress.

See also: AWS API Documentation

Request Syntax

response = client.stop_phi_detection_job(
    JobId='string'
)
Parameters
JobId (string) --

[REQUIRED]

The identifier of the PHI detection job to stop.

Return type
dict
Returns
Response Syntax
{
    'JobId': 'string'
}

Response Structure

  • (dict) --
    • JobId (string) --

      The identifier of the PHI detection job that was stopped.

Exceptions

  • ComprehendMedical.Client.exceptions.InvalidRequestException
  • ComprehendMedical.Client.exceptions.ResourceNotFoundException
  • ComprehendMedical.Client.exceptions.InternalServerException