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'
)
[REQUIRED]
The ARN of the web portal.
[REQUIRED]
The ARN of the user settings.
dict
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.InternalServerExceptionWorkSpacesWeb.Client.exceptions.ResourceNotFoundExceptionWorkSpacesWeb.Client.exceptions.AccessDeniedExceptionWorkSpacesWeb.Client.exceptions.ThrottlingExceptionWorkSpacesWeb.Client.exceptions.ValidationExceptionWorkSpacesWeb.Client.exceptions.ConflictException