Class NoChangeException

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

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

The commit cannot be created because no changes will be made to the repository as a result of this commit. A commit must contain at least one change.

See Also: