Skip to content

Bedrock Runtime  >  Errors  >  AccessDeniedException

AccessDeniedException

Error Class

AccessDeniedException dataclass

Bases: ServiceError

The request is denied because you do not have sufficient permissions to perform the requested action. For troubleshooting this error, see AccessDeniedException in the Amazon Bedrock User Guide

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'