@Generated(value="software.amazon.awssdk:codegen") public final class PullRequestDoesNotExistException extends CodeCommitException implements ToCopyableBuilder<PullRequestDoesNotExistException.Builder,PullRequestDoesNotExistException>
The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PullRequestDoesNotExistException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PullRequestDoesNotExistException.Builder |
builder() |
static Class<? extends PullRequestDoesNotExistException.Builder> |
serializableBuilderClass() |
PullRequestDoesNotExistException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic PullRequestDoesNotExistException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<PullRequestDoesNotExistException.Builder,PullRequestDoesNotExistException>toBuilder in class CodeCommitExceptionpublic static PullRequestDoesNotExistException.Builder builder()
public static Class<? extends PullRequestDoesNotExistException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.