PrometheusService / Client / delete_rule_groups_namespace

delete_rule_groups_namespace#

PrometheusService.Client.delete_rule_groups_namespace(**kwargs)#

Delete a rule groups namespace.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ID of the workspace to delete rule group definition.

  • name (string) –

    [REQUIRED]

    The rule groups namespace name.

  • clientToken (string) –

    Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

    This field is autopopulated if not provided.

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