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'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the Explainability resource to delete.
Exceptions
ForecastService.Client.exceptions.InvalidInputExceptionForecastService.Client.exceptions.ResourceNotFoundExceptionForecastService.Client.exceptions.ResourceInUseException