@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
InvalidTargetsException.Builder |
Modifier and Type | Method and Description |
---|---|
static InvalidTargetsException.Builder |
builder() |
static Class<? extends InvalidTargetsException.Builder> |
serializableBuilderClass() |
InvalidTargetsException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public InvalidTargetsException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<InvalidTargetsException.Builder,InvalidTargetsException>
toBuilder
in class CodeCommitException
public static InvalidTargetsException.Builder builder()
public static Class<? extends InvalidTargetsException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.