PrometheusService / Client / delete_anomaly_detector
delete_anomaly_detector¶
- PrometheusService.Client.delete_anomaly_detector(**kwargs)¶
Removes an anomaly detector from a workspace. This operation is idempotent.
See also: AWS API Documentation
Request Syntax
response = client.delete_anomaly_detector( workspaceId='string', anomalyDetectorId='string', clientToken='string' )
- Parameters:
workspaceId (string) –
[REQUIRED]
The identifier of the workspace containing the anomaly detector to delete.
anomalyDetectorId (string) –
[REQUIRED]
The identifier of the anomaly detector to delete.
clientToken (string) –
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
This field is autopopulated if not provided.
- Returns:
None
Exceptions
PrometheusService.Client.exceptions.ThrottlingExceptionPrometheusService.Client.exceptions.ConflictExceptionPrometheusService.Client.exceptions.ValidationExceptionPrometheusService.Client.exceptions.ResourceNotFoundExceptionPrometheusService.Client.exceptions.AccessDeniedExceptionPrometheusService.Client.exceptions.InternalServerException