Skip to content

Qbusiness  >  Errors  >  ResourceNotFoundException

ResourceNotFoundException

Error Class

ResourceNotFoundException dataclass

Bases: ServiceError

The application or plugin resource you want to use doesn't exist. Make sure you have provided the correct resource and try again.

Attributes

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

The identifier of the resource affected.

resource_type instance-attribute
resource_type: str

The type of the resource affected.