Class InvalidTargetException

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

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

The target for the pull request is not valid. A target must contain the full values for the repository name, source branch, and destination branch for the pull request.

See Also: