Class FilePathConflictsWithSubmodulePathException

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

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

The commit cannot be created because a specified file path points to a submodule. Verify that the destination files have valid file paths that do not point to a submodule.

See Also: