@Generated(value="software.amazon.awssdk:codegen") public final class ConflictException extends FraudDetectorException implements ToCopyableBuilder<ConflictException.Builder,ConflictException>
An exception indicating there was a conflict during a delete operation. The following delete operations can cause a conflict exception:
DeleteDetector: A conflict exception will occur if the detector has associated Rules or
DetectorVersions. You can only delete a detector if it has no Rules or
DetectorVersions.
DeleteDetectorVersion: A conflict exception will occur if the DetectorVersion status is
ACTIVE.
DeleteRule: A conflict exception will occur if the RuleVersion is in use by an associated
ACTIVE or INACTIVE DetectorVersion.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConflictException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConflictException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConflictException.Builder> |
serializableBuilderClass() |
ConflictException.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 ConflictException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConflictException.Builder,ConflictException>toBuilder in class FraudDetectorExceptionpublic static ConflictException.Builder builder()
public static Class<? extends ConflictException.Builder> serializableBuilderClass()
Copyright © 2021. All rights reserved.