@Generated(value="software.amazon.awssdk:codegen") public 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()
Take this object and create a builder that contains all of the current property values of this object.
|
additionalThrottlingCondition, isClockSkewExceptionerrorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic InvalidTargetsException.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<InvalidTargetsException.Builder,InvalidTargetsException>public static InvalidTargetsException.Builder builder()
public static Class<? extends InvalidTargetsException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.