WorkSpacesWeb / Client / associate_user_settings
associate_user_settings#
- WorkSpacesWeb.Client.associate_user_settings(**kwargs)#
- Associates a user settings resource with a web portal. - See also: AWS API Documentation - Request Syntax- response = client.associate_user_settings( portalArn='string', userSettingsArn='string' ) - Parameters:
- portalArn (string) – - [REQUIRED] - The ARN of the web portal. 
- userSettingsArn (string) – - [REQUIRED] - The ARN of the user settings. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'portalArn': 'string', 'userSettingsArn': 'string' } - Response Structure- (dict) – - portalArn (string) – - The ARN of the web portal. 
- userSettingsArn (string) – - The ARN of the user settings. 
 
 
 - Exceptions- WorkSpacesWeb.Client.exceptions.InternalServerException
- WorkSpacesWeb.Client.exceptions.ResourceNotFoundException
- WorkSpacesWeb.Client.exceptions.AccessDeniedException
- WorkSpacesWeb.Client.exceptions.ThrottlingException
- WorkSpacesWeb.Client.exceptions.ValidationException
- WorkSpacesWeb.Client.exceptions.ConflictException