deleteForecastExportJob
inline suspend fun ForecastClient.deleteForecastExportJob(crossinline block: DeleteForecastExportJobRequest.Builder.() -> Unit): DeleteForecastExportJobResponse
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.