PrometheusService / Client / delete_alert_manager_definition

delete_alert_manager_definition#

PrometheusService.Client.delete_alert_manager_definition(**kwargs)#

Deletes the alert manager definition from a workspace.

See also: AWS API Documentation

Request Syntax

response = client.delete_alert_manager_definition(
    clientToken='string',
    workspaceId='string'
)
Parameters:
  • clientToken (string) –

    A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.

    This field is autopopulated if not provided.

  • workspaceId (string) –

    [REQUIRED]

    The ID of the workspace to delete the alert manager definition from.

Returns:

None

Exceptions

  • PrometheusService.Client.exceptions.ThrottlingException

  • PrometheusService.Client.exceptions.ConflictException

  • PrometheusService.Client.exceptions.ValidationException

  • PrometheusService.Client.exceptions.ResourceNotFoundException

  • PrometheusService.Client.exceptions.AccessDeniedException

  • PrometheusService.Client.exceptions.InternalServerException