@Generated(value="software.amazon.awssdk:codegen") public final class SamePathRequestException extends CodeCommitException implements ToCopyableBuilder<SamePathRequestException.Builder,SamePathRequestException>
The commit cannot be created because one or more changes in this commit duplicate actions in the same file path. For example, you cannot make the same delete request to the same file in the same file path twice, or make a delete request and a move request to the same file as part of the same commit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SamePathRequestException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SamePathRequestException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SamePathRequestException.Builder> |
serializableBuilderClass() |
SamePathRequestException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic SamePathRequestException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SamePathRequestException.Builder,SamePathRequestException>toBuilder in class CodeCommitExceptionpublic static SamePathRequestException.Builder builder()
public static Class<? extends SamePathRequestException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.