Class ImportConflictException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ImportConflictException.Builder,ImportConflictException>

@Generated("software.amazon.awssdk:codegen") public final class ImportConflictException extends DynamoDbException implements ToCopyableBuilder<ImportConflictException.Builder,ImportConflictException>

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.

See Also: