AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DeleteForecastExportJobAsync.

Namespace: Amazon.ForecastService
Assembly: AWSSDK.ForecastService.dll
Version: 3.x.y.z

Syntax

C#
public abstract DeleteForecastExportJobResponse DeleteForecastExportJob(
         DeleteForecastExportJobRequest request
)

Parameters

request
Type: Amazon.ForecastService.Model.DeleteForecastExportJobRequest

Container for the necessary parameters to execute the DeleteForecastExportJob service method.

Return Value


The response from the DeleteForecastExportJob service method, as returned by ForecastService.

Exceptions

ExceptionCondition
InvalidInputException We can't process the request because it includes an invalid value or a value that exceeds the valid range.
ResourceInUseException The specified resource is in use.
ResourceNotFoundException We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try again.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also