delete_forecast_export_job

ForecastService.Client.delete_forecast_export_job(**kwargs)

Deletes a forecast export job created using the CreateForecastExportJob operation. You can delete only export jobs that have a status of ACTIVE or CREATE_FAILED . To get the status, use the DescribeForecastExportJob operation.

See also: AWS API Documentation

Request Syntax

response = client.delete_forecast_export_job(
    ForecastExportJobArn='string'
)
Parameters
ForecastExportJobArn (string) --

[REQUIRED]

The Amazon Resource Name (ARN) of the forecast export job to delete.

Returns
None

Exceptions

  • ForecastService.Client.exceptions.InvalidInputException
  • ForecastService.Client.exceptions.ResourceNotFoundException
  • ForecastService.Client.exceptions.ResourceInUseException