@Generated(value="software.amazon.awssdk:codegen") public final class ConflictException extends QuickSightException implements ToCopyableBuilder<ConflictException.Builder,ConflictException>
Updating or deleting a resource can cause an inconsistent state.
Modifier and Type | Class and Description |
---|---|
static interface |
ConflictException.Builder |
Modifier and Type | Method and Description |
---|---|
static ConflictException.Builder |
builder() |
String |
requestIdValue()
The Amazon Web Services request ID for this request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConflictException.Builder> |
serializableBuilderClass() |
ConflictException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public ConflictException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ConflictException.Builder,ConflictException>
toBuilder
in class QuickSightException
public static ConflictException.Builder builder()
public static Class<? extends ConflictException.Builder> serializableBuilderClass()
public String requestIdValue()
The Amazon Web Services request ID for this request.
Copyright © 2021. All rights reserved.