Class RepositoryNotAssociatedWithPullRequestException

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

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

The repository does not contain any pull requests with that pull request ID. Use GetPullRequest to verify the correct repository name for the pull request ID.

See Also: