Class PullRequestDoesNotExistException

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

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

The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.

See Also: