Skip to content

Bedrock Agentcore  >  Errors  >  ResourceNotFoundException

ResourceNotFoundException

Error Class

ResourceNotFoundException dataclass

Bases: ServiceError

The exception that occurs when the specified resource does not exist. This can happen when using an invalid identifier or when trying to access a resource that has been deleted.

Attributes

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