Chime / Client / tag_attendee
tag_attendee#
- Chime.Client.tag_attendee(**kwargs)#
Applies the specified tags to the specified Amazon Chime attendee.
Warning
TagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.
Danger
This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.
See also: AWS API Documentation
Request Syntax
response = client.tag_attendee( MeetingId='string', AttendeeId='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ] )
- Parameters:
MeetingId (string) –
[REQUIRED]
The Amazon Chime SDK meeting ID.
AttendeeId (string) –
[REQUIRED]
The Amazon Chime SDK attendee ID.
Tags (list) –
[REQUIRED]
The tag key-value pairs.
(dict) –
Describes a tag applied to a resource.
Key (string) – [REQUIRED]
The key of the tag.
Value (string) – [REQUIRED]
The value of the tag.
- Returns:
None
Exceptions
Chime.Client.exceptions.BadRequestException
Chime.Client.exceptions.ForbiddenException
Chime.Client.exceptions.NotFoundException
Chime.Client.exceptions.ResourceLimitExceededException
Chime.Client.exceptions.ThrottledClientException
Chime.Client.exceptions.UnauthorizedClientException
Chime.Client.exceptions.ServiceUnavailableException
Chime.Client.exceptions.ServiceFailureException