This section provides solutions to common issues you might encounter when using TwelveLabs models on Amazon Bedrock.
Problem: You receive an AccessDeniedException error when invoking a TwelveLabs model.
Cause: The model isn’t enabled for your account. Amazon Bedrock automatically attempts to enable models on first invocation, but you don’t have the required AWS Marketplace permissions.
Solution: An administrator or a user with AWS Marketplace permissions must enable the model model as a one-time step. After enablement, all users in the account can invoke the model.
Choose one of the following methods:
ListFoundationModelAgreementOffers followed by CreateFoundationModelAgreement through the AWS API.For more information, see the Access Amazon Bedrock foundation models page in the Amazon Bedrock documentation.