@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LimitExceededException extends AmazonQuickSightException
A limit is exceeded.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
LimitExceededException(String message)
Constructs a new LimitExceededException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
The AWS request ID for this request.
|
String |
getResourceType()
Limit exceeded.
|
void |
setRequestId(String requestId)
The AWS request ID for this request.
|
void |
setResourceType(String resourceType)
Limit exceeded.
|
LimitExceededException |
withRequestId(String requestId)
The AWS request ID for this request.
|
LimitExceededException |
withResourceType(ExceptionResourceType resourceType)
Limit exceeded.
|
LimitExceededException |
withResourceType(String resourceType)
Limit exceeded.
|
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 LimitExceededException(String message)
message - Describes the error encountered.public void setResourceType(String resourceType)
Limit exceeded.
resourceType - Limit exceeded.ExceptionResourceTypepublic String getResourceType()
Limit exceeded.
ExceptionResourceTypepublic LimitExceededException withResourceType(String resourceType)
Limit exceeded.
resourceType - Limit exceeded.ExceptionResourceTypepublic LimitExceededException withResourceType(ExceptionResourceType resourceType)
Limit exceeded.
resourceType - Limit exceeded.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 LimitExceededException 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.