Skip to content

Cognito Identity  >  Errors  >  ResourceConflictException

ResourceConflictException

Error Class

ResourceConflictException dataclass

Bases: ServiceError

Thrown when a user tries to use a login which is already linked to another account.

Attributes

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