QApps / Client / disassociate_library_item_review

disassociate_library_item_review#

QApps.Client.disassociate_library_item_review(**kwargs)#

Removes a rating or review previously submitted by the user for a library item.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_library_item_review(
    instanceId='string',
    libraryItemId='string'
)
Parameters:
  • instanceId (string) –

    [REQUIRED]

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

  • libraryItemId (string) –

    [REQUIRED]

    The unique identifier of the library item to remove the review from.

Returns:

None

Exceptions

  • QApps.Client.exceptions.ResourceNotFoundException

  • QApps.Client.exceptions.AccessDeniedException

  • QApps.Client.exceptions.ConflictException

  • QApps.Client.exceptions.ValidationException

  • QApps.Client.exceptions.InternalServerException

  • QApps.Client.exceptions.UnauthorizedException

  • QApps.Client.exceptions.ServiceQuotaExceededException

  • QApps.Client.exceptions.ThrottlingException