import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import type { ExceptionResourceType } from "./enums"; import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException"; /** *

You don't have access to this item. The provided credentials couldn't be * validated. You might not be authorized to carry out the request. Make sure that your * account is authorized to use the Amazon Quick Sight service, that your policies have the * correct permissions, and that you are using the correct credentials.

* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An internal failure occurred.

* @public */ export declare class InternalFailureException extends __BaseException { readonly name: "InternalFailureException"; readonly $fault: "server"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

One or more parameters has a value that isn't valid.

* @public */ export declare class InvalidParameterValueException extends __BaseException { readonly name: "InvalidParameterValueException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

One or more resources can't be found.

* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** *

The resource type for this request.

* @public */ ResourceType?: ExceptionResourceType | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Access is throttled.

* @public */ export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Updating or deleting a resource can cause an inconsistent state.

* @public */ export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The resource specified already exists.

* @public */ export declare class ResourceExistsException extends __BaseException { readonly name: "ResourceExistsException"; readonly $fault: "client"; Message?: string | undefined; /** *

The resource type for this request.

* @public */ ResourceType?: ExceptionResourceType | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A resource is already in a state that indicates an operation is happening that must complete * before a new update can be applied.

* @public */ export declare class ConcurrentUpdatingException extends __BaseException { readonly name: "ConcurrentUpdatingException"; readonly $fault: "server"; Message?: string | undefined; RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

This resource is currently unavailable.

* @public */ export declare class ResourceUnavailableException extends __BaseException { readonly name: "ResourceUnavailableException"; readonly $fault: "server"; Message?: string | undefined; /** *

The resource type for this request.

* @public */ ResourceType?: ExceptionResourceType | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

One or more preconditions aren't met.

* @public */ export declare class PreconditionNotMetException extends __BaseException { readonly name: "PreconditionNotMetException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A limit is exceeded.

* @public */ export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; Message?: string | undefined; /** *

Limit exceeded.

* @public */ ResourceType?: ExceptionResourceType | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

This error indicates that you are calling an operation on an Amazon Quick Suite * subscription where the edition doesn't include support for that operation. Amazon * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and * capability is available in every edition.

* @public */ export declare class UnsupportedUserEditionException extends __BaseException { readonly name: "UnsupportedUserEditionException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An internal service exception.

* @public */ export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; Message: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.

* @public */ export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An exception thrown when an invalid parameter value is provided for dataset operations.

* @public */ export declare class InvalidDataSetParameterValueException extends __BaseException { readonly name: "InvalidDataSetParameterValueException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The customer managed key that is registered to your Amazon Quick Sight account is unavailable.

* @public */ export declare class CustomerManagedKeyUnavailableException extends __BaseException { readonly name: "CustomerManagedKeyUnavailableException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this operation.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The NextToken value isn't valid.

* @public */ export declare class InvalidNextTokenException extends __BaseException { readonly name: "InvalidNextTokenException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

One or more parameter has a value that isn't valid.

* @public */ export declare class InvalidParameterException extends __BaseException { readonly name: "InvalidParameterException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The domain specified isn't on the allow list. All domains for embedded dashboards must be * added to the approved list by an Amazon Quick Suite admin.

* @public */ export declare class DomainNotWhitelistedException extends __BaseException { readonly name: "DomainNotWhitelistedException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The number of minutes specified for the lifetime of a session isn't valid. The session * lifetime must be 15-600 minutes.

* @public */ export declare class SessionLifetimeInMinutesInvalidException extends __BaseException { readonly name: "SessionLifetimeInMinutesInvalidException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

This error indicates that you are calling an embedding operation in Amazon Quick Sight * without the required pricing plan on your Amazon Web Services account. Before you can use embedding * for anonymous users, a Quick Suite administrator needs to add capacity pricing to Quick Sight. You * can do this on the Manage Quick Suite page.

*

After capacity pricing is added, you can use the * * GetDashboardEmbedUrl * API operation with the * --identity-type ANONYMOUS option.

* @public */ export declare class UnsupportedPricingPlanException extends __BaseException { readonly name: "UnsupportedPricingPlanException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The user with the provided name isn't found. This error can happen in any operation * that requires finding a user based on a provided user name, such as * DeleteUser, DescribeUser, and so on.

* @public */ export declare class QuickSightUserNotFoundException extends __BaseException { readonly name: "QuickSightUserNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The identity type specified isn't supported. Supported identity types include * IAM and QUICKSIGHT.

* @public */ export declare class IdentityTypeNotSupportedException extends __BaseException { readonly name: "IdentityTypeNotSupportedException"; readonly $fault: "client"; Message?: string | undefined; /** *

The Amazon Web Services request ID for this request.

* @public */ RequestId?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); }