import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ExceptionResourceType } from "./enums"; import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InternalFailureException extends __BaseException { readonly name: "InternalFailureException"; readonly $fault: "server"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidParameterValueException extends __BaseException { readonly name: "InvalidParameterValueException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; ResourceType?: ExceptionResourceType | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceExistsException extends __BaseException { readonly name: "ResourceExistsException"; readonly $fault: "client"; Message?: string | undefined; ResourceType?: ExceptionResourceType | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ConcurrentUpdatingException extends __BaseException { readonly name: "ConcurrentUpdatingException"; readonly $fault: "server"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceUnavailableException extends __BaseException { readonly name: "ResourceUnavailableException"; readonly $fault: "server"; Message?: string | undefined; ResourceType?: ExceptionResourceType | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class PreconditionNotMetException extends __BaseException { readonly name: "PreconditionNotMetException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; Message?: string | undefined; ResourceType?: ExceptionResourceType | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class UnsupportedUserEditionException extends __BaseException { readonly name: "UnsupportedUserEditionException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType< UnsupportedUserEditionException, __BaseException > ); } export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; Message: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidDataSetParameterValueException extends __BaseException { readonly name: "InvalidDataSetParameterValueException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType< InvalidDataSetParameterValueException, __BaseException > ); } export declare class CustomerManagedKeyUnavailableException extends __BaseException { readonly name: "CustomerManagedKeyUnavailableException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType< CustomerManagedKeyUnavailableException, __BaseException > ); } export declare class InvalidNextTokenException extends __BaseException { readonly name: "InvalidNextTokenException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidParameterException extends __BaseException { readonly name: "InvalidParameterException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class DomainNotWhitelistedException extends __BaseException { readonly name: "DomainNotWhitelistedException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class SessionLifetimeInMinutesInvalidException extends __BaseException { readonly name: "SessionLifetimeInMinutesInvalidException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType< SessionLifetimeInMinutesInvalidException, __BaseException > ); } export declare class UnsupportedPricingPlanException extends __BaseException { readonly name: "UnsupportedPricingPlanException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType< UnsupportedPricingPlanException, __BaseException > ); } export declare class QuickSightUserNotFoundException extends __BaseException { readonly name: "QuickSightUserNotFoundException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType< QuickSightUserNotFoundException, __BaseException > ); } export declare class IdentityTypeNotSupportedException extends __BaseException { readonly name: "IdentityTypeNotSupportedException"; readonly $fault: "client"; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType< IdentityTypeNotSupportedException, __BaseException > ); }