Connect / Client / disassociate_user_proficiencies
disassociate_user_proficiencies#
- Connect.Client.disassociate_user_proficiencies(**kwargs)#
- Disassociates a set of proficiencies from a user. - See also: AWS API Documentation - Request Syntax- response = client.disassociate_user_proficiencies( InstanceId='string', UserId='string', UserProficiencies=[ { 'AttributeName': 'string', 'AttributeValue': 'string' }, ] ) - Parameters:
- InstanceId (string) – - [REQUIRED] - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. 
- UserId (string) – - [REQUIRED] - The identifier of the user account. 
- UserProficiencies (list) – - [REQUIRED] - The proficiencies to disassociate from the user. - (dict) – - Information about proficiency to be disassociated from the user. - AttributeName (string) – [REQUIRED] - The name of user’s proficiency. 
- AttributeValue (string) – [REQUIRED] - The value of user’s proficiency. 
 
 
 
- Returns:
- None 
 - Exceptions- Connect.Client.exceptions.InvalidRequestException
- Connect.Client.exceptions.InvalidParameterException
- Connect.Client.exceptions.ResourceNotFoundException
- Connect.Client.exceptions.ThrottlingException
- Connect.Client.exceptions.InternalServiceException