Class FileNameConflictsWithDirectoryNameException

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

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

A file cannot be added to the repository because the specified file name has the same name as a directory in this repository. Either provide another name for the file, or add the file in a directory that does not match the file name.

See Also: