@Generated(value="software.amazon.awssdk:codegen") public final class InvalidDescriptionException extends CodeCommitException implements ToCopyableBuilder<InvalidDescriptionException.Builder,InvalidDescriptionException>
The pull request description is not valid. Descriptions are limited to 1,000 characters in length.
Modifier and Type | Class and Description |
---|---|
static interface |
InvalidDescriptionException.Builder |
Modifier and Type | Method and Description |
---|---|
static InvalidDescriptionException.Builder |
builder() |
static Class<? extends InvalidDescriptionException.Builder> |
serializableBuilderClass() |
InvalidDescriptionException.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 InvalidDescriptionException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<InvalidDescriptionException.Builder,InvalidDescriptionException>
toBuilder
in class CodeCommitException
public static InvalidDescriptionException.Builder builder()
public static Class<? extends InvalidDescriptionException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.