@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceExistsException extends AmazonQuickSightException
The resource specified doesn't exist.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
ResourceExistsException(String message)
Constructs a new ResourceExistsException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
The AWS request ID for this request.
|
String |
getResourceType()
The AWS request ID for this request.
|
void |
setRequestId(String requestId)
The AWS request ID for this request.
|
void |
setResourceType(String resourceType)
The AWS request ID for this request.
|
ResourceExistsException |
withRequestId(String requestId)
The AWS request ID for this request.
|
ResourceExistsException |
withResourceType(ExceptionResourceType resourceType)
The AWS request ID for this request.
|
ResourceExistsException |
withResourceType(String resourceType)
The AWS request ID for this request.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceExistsException(String message)
message - Describes the error encountered.public void setResourceType(String resourceType)
The AWS request ID for this request.
resourceType - The AWS request ID for this request.ExceptionResourceTypepublic String getResourceType()
The AWS request ID for this request.
ExceptionResourceTypepublic ResourceExistsException withResourceType(String resourceType)
The AWS request ID for this request.
resourceType - The AWS request ID for this request.ExceptionResourceTypepublic ResourceExistsException withResourceType(ExceptionResourceType resourceType)
The AWS request ID for this request.
resourceType - The AWS request ID for this request.ExceptionResourceTypepublic void setRequestId(String requestId)
The AWS request ID for this request.
setRequestId in class AmazonServiceExceptionrequestId - The AWS request ID for this request.public String getRequestId()
The AWS request ID for this request.
getRequestId in class AmazonServiceExceptionpublic ResourceExistsException withRequestId(String requestId)
The AWS request ID for this request.
requestId - The AWS request ID for this request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.