Class InvalidTargetsException

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

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

The targets for the pull request is not valid or not in a valid format. Targets are a list of target objects. Each target object must contain the full values for the repository name, source branch, and destination branch for a pull request.

See Also: