LookoutMetrics / Client / deactivate_anomaly_detector

deactivate_anomaly_detector#

LookoutMetrics.Client.deactivate_anomaly_detector(**kwargs)#

Deactivates an anomaly detector.

See also: AWS API Documentation

Request Syntax

response = client.deactivate_anomaly_detector(
    AnomalyDetectorArn='string'
)
Parameters:

AnomalyDetectorArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the anomaly detector.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • LookoutMetrics.Client.exceptions.ValidationException

  • LookoutMetrics.Client.exceptions.ConflictException

  • LookoutMetrics.Client.exceptions.ResourceNotFoundException

  • LookoutMetrics.Client.exceptions.AccessDeniedException

  • LookoutMetrics.Client.exceptions.TooManyRequestsException

  • LookoutMetrics.Client.exceptions.InternalServerException