Chime / Client / untag_meeting

untag_meeting#

Chime.Client.untag_meeting(**kwargs)#

Untags the specified tags from the specified Amazon Chime SDK meeting.

See also: AWS API Documentation

Request Syntax

response = client.untag_meeting(
    MeetingId='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • MeetingId (string) –

    [REQUIRED]

    The Amazon Chime SDK meeting ID.

  • TagKeys (list) –

    [REQUIRED]

    The tag keys.

    • (string) –

Returns:

None

Exceptions

  • Chime.Client.exceptions.BadRequestException

  • Chime.Client.exceptions.ForbiddenException

  • Chime.Client.exceptions.ThrottledClientException

  • Chime.Client.exceptions.NotFoundException

  • Chime.Client.exceptions.UnauthorizedClientException

  • Chime.Client.exceptions.ServiceUnavailableException

  • Chime.Client.exceptions.ServiceFailureException