Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_explainability

delete_explainability(**kwargs)

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_explainability(
    ExplainabilityArn='string'
)
Parameters
ExplainabilityArn (string) --

[REQUIRED]

The Amazon Resource Name (ARN) of the Explainability resource to delete.

Returns
None

Exceptions

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