QApps / Client / associate_q_app_with_user
associate_q_app_with_user#
- QApps.Client.associate_q_app_with_user(**kwargs)#
This operation creates a link between the user’s identity calling the operation and a specific Q App. This is useful to mark the Q App as a favorite for the user if the user doesn’t own the Amazon Q App so they can still run it and see it in their inventory of Q Apps.
See also: AWS API Documentation
Request Syntax
response = client.associate_q_app_with_user( instanceId='string', appId='string' )
- Parameters:
instanceId (string) –
[REQUIRED]
The unique identifier of the Amazon Q Business application environment instance.
appId (string) –
[REQUIRED]
The ID of the Amazon Q App to associate with the user.
- Returns:
None
Exceptions
QApps.Client.exceptions.ResourceNotFoundException
QApps.Client.exceptions.AccessDeniedException
QApps.Client.exceptions.ValidationException
QApps.Client.exceptions.InternalServerException
QApps.Client.exceptions.UnauthorizedException
QApps.Client.exceptions.ServiceQuotaExceededException
QApps.Client.exceptions.ThrottlingException