CloudWatchObservabilityAdminService / Client / delete_telemetry_rule
delete_telemetry_rule¶
- CloudWatchObservabilityAdminService.Client.delete_telemetry_rule(**kwargs)¶
Deletes a telemetry rule from your account. Any telemetry configurations previously created by the rule will remain but no new resources will be configured by this rule.
See also: AWS API Documentation
Request Syntax
response = client.delete_telemetry_rule( RuleIdentifier='string' )
- Parameters:
RuleIdentifier (string) –
[REQUIRED]
The identifier (name or ARN) of the telemetry rule to delete.
- Returns:
None
Exceptions
CloudWatchObservabilityAdminService.Client.exceptions.ResourceNotFoundException
CloudWatchObservabilityAdminService.Client.exceptions.AccessDeniedException
CloudWatchObservabilityAdminService.Client.exceptions.InternalServerException
CloudWatchObservabilityAdminService.Client.exceptions.ValidationException
CloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException