@Generated(value="software.amazon.awssdk:codegen") public final class UnsupportedPricingPlanException extends QuickSightException implements ToCopyableBuilder<UnsupportedPricingPlanException.Builder,UnsupportedPricingPlanException>
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 anonymous embedding, 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 enable anonymous embedding by using the
GetDashboardEmbedUrl API operation with the --identity-type ANONYMOUS option.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnsupportedPricingPlanException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnsupportedPricingPlanException.Builder |
builder() |
String |
requestIdValue()
The AWS request ID for this request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnsupportedPricingPlanException.Builder> |
serializableBuilderClass() |
UnsupportedPricingPlanException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic UnsupportedPricingPlanException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnsupportedPricingPlanException.Builder,UnsupportedPricingPlanException>toBuilder in class QuickSightExceptionpublic static UnsupportedPricingPlanException.Builder builder()
public static Class<? extends UnsupportedPricingPlanException.Builder> serializableBuilderClass()
public String requestIdValue()
The AWS request ID for this request.
Copyright © 2020. All rights reserved.