Class MaximumOpenPullRequestsExceededException

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

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

You cannot create the pull request because the repository has too many open pull requests. The maximum number of open pull requests for a repository is 1,000. Close one or more open pull requests, and then try again.

See Also: