delete_dataset_import_job(**kwargs)¶Deletes a dataset import job created using the CreateDatasetImportJob operation. You can delete only dataset import jobs that have a status of ACTIVE or CREATE_FAILED . To get the status, use the DescribeDatasetImportJob operation.
See also: AWS API Documentation
Request Syntax
response = client.delete_dataset_import_job(
DatasetImportJobArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the dataset import job to delete.
Exceptions
ForecastService.Client.exceptions.InvalidInputExceptionForecastService.Client.exceptions.ResourceNotFoundExceptionForecastService.Client.exceptions.ResourceInUseException