Skip to content

Bedrock Data Automation Runtime  >  Errors  >  ResourceNotFoundException

ResourceNotFoundException

Error Class

ResourceNotFoundException dataclass

Bases: ServiceError

This exception will be thrown when resource provided from customer not found.

Attributes

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