@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PreconditionNotMetException extends AmazonQuickSightException
One or more preconditions aren't met.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
| PreconditionNotMetException(String message)Constructs a new PreconditionNotMetException with the specified error message. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getRequestId()
 The Amazon Web Services request ID for this request. | 
| void | setRequestId(String requestId)
 The Amazon Web Services request ID for this request. | 
| PreconditionNotMetException | withRequestId(String requestId)
 The Amazon Web Services request ID for this request. | 
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PreconditionNotMetException(String message)
message - Describes the error encountered.public void setRequestId(String requestId)
The Amazon Web Services request ID for this request.
setRequestId in class AmazonServiceExceptionrequestId - The Amazon Web Services request ID for this request.public String getRequestId()
The Amazon Web Services request ID for this request.
getRequestId in class AmazonServiceExceptionpublic PreconditionNotMetException withRequestId(String requestId)
The Amazon Web Services request ID for this request.
requestId - The Amazon Web Services request ID for this request.