Class UnsupportedPricingPlanException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<UnsupportedPricingPlanException.Builder,UnsupportedPricingPlanException>

@Generated("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 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.

See Also: