@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 Amazon Web Services account. Before you can use embedding for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You can do this on the Manage Amazon QuickSight page.
After capacity pricing is added, you can use 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 Amazon Web Services request ID for this request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnsupportedPricingPlanException.Builder> |
serializableBuilderClass() |
UnsupportedPricingPlanException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public UnsupportedPricingPlanException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UnsupportedPricingPlanException.Builder,UnsupportedPricingPlanException>
toBuilder
in class QuickSightException
public static UnsupportedPricingPlanException.Builder builder()
public static Class<? extends UnsupportedPricingPlanException.Builder> serializableBuilderClass()
public String requestIdValue()
The Amazon Web Services request ID for this request.
Copyright © 2022. All rights reserved.