Class TargetRequiredException

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

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

A pull request target is required. It cannot be empty or null. A pull request target must contain the full values for the repository name, source branch, and destination branch for the pull request.

See Also: