Skip to content

Sns  >  Errors  >  ResourceNotFoundException

ResourceNotFoundException

Error Class

ResourceNotFoundException dataclass

Bases: ServiceError

Can't perform the action on the specified resource. Make sure that the resource exists.

Attributes

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