@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnsupportedPricingPlanException extends AmazonQuickSightException
This error indicates that you are calling an embedding operation in Amazon QuickSight without the required pricing plan on your AWS account. Before you can use embedding for anonymous users, a QuickSight administrator needs to add capacity pricing to QuickSight. You can do this on the Manage QuickSight page.
After capacity pricing is added, you can use the GetDashboardEmbedUrl API operation with the
--identity-type ANONYMOUS option.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
UnsupportedPricingPlanException(String message)
Constructs a new UnsupportedPricingPlanException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
The AWS request ID for this request.
|
void |
setRequestId(String requestId)
The AWS request ID for this request.
|
UnsupportedPricingPlanException |
withRequestId(String requestId)
The AWS 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 UnsupportedPricingPlanException(String message)
message - Describes the error encountered.public 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 UnsupportedPricingPlanException withRequestId(String requestId)
The AWS request ID for this request.
requestId - The AWS request ID for this request.Copyright © 2021. All rights reserved.