import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ServiceQuotasServiceException as __BaseException } from "./ServiceQuotasServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class AWSServiceAccessNotEnabledException extends __BaseException { readonly name: "AWSServiceAccessNotEnabledException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< AWSServiceAccessNotEnabledException, __BaseException > ); } export declare class DependencyAccessDeniedException extends __BaseException { readonly name: "DependencyAccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< DependencyAccessDeniedException, __BaseException > ); } export declare class NoAvailableOrganizationException extends __BaseException { readonly name: "NoAvailableOrganizationException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< NoAvailableOrganizationException, __BaseException > ); } export declare class OrganizationNotInAllFeaturesModeException extends __BaseException { readonly name: "OrganizationNotInAllFeaturesModeException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< OrganizationNotInAllFeaturesModeException, __BaseException > ); } export declare class ServiceException extends __BaseException { readonly name: "ServiceException"; readonly $fault: "server"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class TemplatesNotAvailableInRegionException extends __BaseException { readonly name: "TemplatesNotAvailableInRegionException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< TemplatesNotAvailableInRegionException, __BaseException > ); } export declare class TooManyRequestsException extends __BaseException { readonly name: "TooManyRequestsException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class IllegalArgumentException extends __BaseException { readonly name: "IllegalArgumentException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidResourceStateException extends __BaseException { readonly name: "InvalidResourceStateException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class NoSuchResourceException extends __BaseException { readonly name: "NoSuchResourceException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceAlreadyExistsException extends __BaseException { readonly name: "ResourceAlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ServiceQuotaTemplateNotInUseException extends __BaseException { readonly name: "ServiceQuotaTemplateNotInUseException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< ServiceQuotaTemplateNotInUseException, __BaseException > ); } export declare class InvalidPaginationTokenException extends __BaseException { readonly name: "InvalidPaginationTokenException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< InvalidPaginationTokenException, __BaseException > ); } export declare class QuotaExceededException extends __BaseException { readonly name: "QuotaExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class TagPolicyViolationException extends __BaseException { readonly name: "TagPolicyViolationException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); }