Skip to content

DynamoDB  >  Errors  >  ImportConflictException

ImportConflictException

Error Class

ImportConflictException dataclass

Bases: ServiceError

There was a conflict when importing from the specified S3 source. This can occur when the current import conflicts with a previous import request that had the same client token.

Attributes

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