Skip to content

Qbusiness  >  Errors  >  ConflictException

ConflictException

Error Class

ConflictException dataclass

Bases: ServiceError

You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources 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.