Class SamePathRequestException

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

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

The commit cannot be created because one or more changes in this commit duplicate actions in the same file path. For example, you cannot make the same delete request to the same file in the same file path twice, or make a delete request and a move request to the same file as part of the same commit.

See Also: