Skip to content

Stop Phi Detection Job

comprehendmedical_stop_phi_detection_job R Documentation

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

Description

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

Usage

comprehendmedical_stop_phi_detection_job(JobId)

Arguments

JobId

[required] The identifier of the PHI detection job to stop.

Value

A list with the following syntax:

list(
  JobId = "string"
)

Request syntax

svc$stop_phi_detection_job(
  JobId = "string"
)