ForecastService / Client / delete_what_if_forecast_export
delete_what_if_forecast_export#
- ForecastService.Client.delete_what_if_forecast_export(**kwargs)#
Deletes a what-if forecast export created using the CreateWhatIfForecastExport operation. You can delete only what-if forecast exports that have a status of
ACTIVE
orCREATE_FAILED
. To get the status, use the DescribeWhatIfForecastExport operation.See also: AWS API Documentation
Request Syntax
response = client.delete_what_if_forecast_export( WhatIfForecastExportArn='string' )
- Parameters:
WhatIfForecastExportArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the what-if forecast export that you want to delete.
- Returns:
None
Exceptions
ForecastService.Client.exceptions.InvalidInputException
ForecastService.Client.exceptions.ResourceNotFoundException
ForecastService.Client.exceptions.ResourceInUseException