Class RevisionNotCurrentException

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

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

The revision ID provided in the request does not match the current revision ID. Use GetPullRequest to retrieve the current revision ID.

See Also: