Class PullRequestCannotBeApprovedByAuthorException

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

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

The approval cannot be applied because the user approving the pull request matches the user who created the pull request. You cannot approve a pull request that you created.

See Also: