Class InvalidPullRequestIdException

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

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

The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.

See Also: