FraudDetector.Client.
cancel_batch_import_job
(**kwargs)¶Cancels an in-progress batch import job.
See also: AWS API Documentation
Request Syntax
response = client.cancel_batch_import_job(
jobId='string'
)
[REQUIRED]
The ID of an in-progress batch import job to cancel.
Amazon Fraud Detector will throw an error if the batch import job is in FAILED
, CANCELED
, or COMPLETED
state.
{}
Response Structure
Exceptions
FraudDetector.Client.exceptions.ValidationException
FraudDetector.Client.exceptions.ResourceNotFoundException
FraudDetector.Client.exceptions.InternalServerException
FraudDetector.Client.exceptions.ThrottlingException
FraudDetector.Client.exceptions.AccessDeniedException