@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnsupportedUserEditionException extends AmazonQuickSightException
This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.
AmazonServiceException.ErrorType
Constructor and Description |
---|
UnsupportedUserEditionException(String message)
Constructs a new UnsupportedUserEditionException 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.
|
UnsupportedUserEditionException |
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, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedUserEditionException(String message)
message
- Describes the error encountered.public void setRequestId(String requestId)
The Amazon Web Services request ID for this request.
setRequestId
in class AmazonServiceException
requestId
- The Amazon Web Services request ID for this request.public String getRequestId()
The Amazon Web Services request ID for this request.
getRequestId
in class AmazonServiceException
public UnsupportedUserEditionException withRequestId(String requestId)
The Amazon Web Services request ID for this request.
requestId
- The Amazon Web Services request ID for this request.