MediaLive / Client / delete_event_bridge_rule_template_group

delete_event_bridge_rule_template_group#

MediaLive.Client.delete_event_bridge_rule_template_group(**kwargs)#

Deletes an eventbridge rule template group. You must detach this group from all signal maps and ensure its existing templates are moved to another group or deleted.

See also: AWS API Documentation

Request Syntax

response = client.delete_event_bridge_rule_template_group(
    Identifier='string'
)
Parameters:

Identifier (string) – [REQUIRED] An eventbridge rule template group’s identifier. Can be either be its id or current name.

Returns:

None

Exceptions

  • MediaLive.Client.exceptions.BadRequestException

  • MediaLive.Client.exceptions.InternalServerErrorException

  • MediaLive.Client.exceptions.ForbiddenException

  • MediaLive.Client.exceptions.NotFoundException

  • MediaLive.Client.exceptions.TooManyRequestsException

  • MediaLive.Client.exceptions.ConflictException