QApps / Client / associate_library_item_review

associate_library_item_review#

QApps.Client.associate_library_item_review(**kwargs)#

Associates a rating or review for a library item with the user submitting the request. This increments the rating count for the specified library item.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

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

  • libraryItemId (string) –

    [REQUIRED]

    The unique identifier of the library item to associate the review with.

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