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.InternalServerException
WorkSpacesWeb.Client.exceptions.ResourceNotFoundException
WorkSpacesWeb.Client.exceptions.AccessDeniedException
WorkSpacesWeb.Client.exceptions.ThrottlingException
WorkSpacesWeb.Client.exceptions.ValidationException
WorkSpacesWeb.Client.exceptions.ConflictException