cancel_batch_import_job

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'
)
Parameters
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.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • FraudDetector.Client.exceptions.ValidationException
  • FraudDetector.Client.exceptions.ResourceNotFoundException
  • FraudDetector.Client.exceptions.InternalServerException
  • FraudDetector.Client.exceptions.ThrottlingException
  • FraudDetector.Client.exceptions.AccessDeniedException