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 an Explainability resource.

You can delete only predictor that have a status of ACTIVE or CREATE_FAILED. To get the status, use the DescribeExplainability operation.

Note:

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

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

Syntax

C#
public virtual DeleteExplainabilityResponse DeleteExplainability(
         DeleteExplainabilityRequest request
)

Parameters

request
Type: Amazon.ForecastService.Model.DeleteExplainabilityRequest

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

Return Value


The response from the DeleteExplainability 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