Skip to content

Bedrock Agent Runtime  >  Errors  >  DependencyFailedException

DependencyFailedException

Error Class

DependencyFailedException dataclass

Bases: ServiceError

There was an issue with a dependency. Check the resource configurations and retry the request.

Attributes

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

The name of the dependency that caused the issue, such as Amazon Bedrock, Lambda, or STS.