QApps / Client / disassociate_q_app_from_user

disassociate_q_app_from_user#

QApps.Client.disassociate_q_app_from_user(**kwargs)#

Disassociates a Q App from a user removing the user’s access to run the Q App.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_q_app_from_user(
    instanceId='string',
    appId='string'
)
Parameters:
  • instanceId (string) –

    [REQUIRED]

    The unique identifier of the Amazon Q Business application environment instance.

  • appId (string) –

    [REQUIRED]

    The unique identifier of the Q App to disassociate from 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.ThrottlingException