@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConflictException extends AmazonFraudDetectorException
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
.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ConflictException(String message)
Constructs a new ConflictException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConflictException(String message)
message
- Describes the error encountered.