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.ValidationExceptionFraudDetector.Client.exceptions.ResourceNotFoundExceptionFraudDetector.Client.exceptions.InternalServerExceptionFraudDetector.Client.exceptions.ThrottlingExceptionFraudDetector.Client.exceptions.AccessDeniedException