Chime / Client / list_meeting_tags

list_meeting_tags#

Chime.Client.list_meeting_tags(**kwargs)#

Lists the tags applied to an Amazon Chime SDK meeting resource.

See also: AWS API Documentation

Request Syntax

response = client.list_meeting_tags(
    MeetingId='string'
)
Parameters:

MeetingId (string) –

[REQUIRED]

The Amazon Chime SDK meeting ID.

Return type:

dict

Returns:

Response Syntax

{
    'Tags': [
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • Tags (list) –

      A list of tag key-value pairs.

      • (dict) –

        Describes a tag applied to a resource.

        • Key (string) –

          The key of the tag.

        • Value (string) –

          The value of the tag.

Exceptions

  • Chime.Client.exceptions.BadRequestException

  • Chime.Client.exceptions.ForbiddenException

  • Chime.Client.exceptions.NotFoundException

  • Chime.Client.exceptions.ThrottledClientException

  • Chime.Client.exceptions.UnauthorizedClientException

  • Chime.Client.exceptions.ServiceUnavailableException

  • Chime.Client.exceptions.ServiceFailureException