import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AppStreamServiceException as __BaseException } from "./AppStreamServiceException"; export declare class ConcurrentModificationException extends __BaseException { readonly name: "ConcurrentModificationException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< ConcurrentModificationException, __BaseException > ); } export declare class InvalidParameterCombinationException extends __BaseException { readonly name: "InvalidParameterCombinationException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< InvalidParameterCombinationException, __BaseException > ); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class OperationNotPermittedException extends __BaseException { readonly name: "OperationNotPermittedException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class EntitlementNotFoundException extends __BaseException { readonly name: "EntitlementNotFoundException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class IncompatibleImageException extends __BaseException { readonly name: "IncompatibleImageException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidAccountStatusException extends __BaseException { readonly name: "InvalidAccountStatusException"; 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 ResourceNotAvailableException extends __BaseException { readonly name: "ResourceNotAvailableException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidRoleException extends __BaseException { readonly name: "InvalidRoleException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class RequestLimitExceededException extends __BaseException { readonly name: "RequestLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class EntitlementAlreadyExistsException extends __BaseException { readonly name: "EntitlementAlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< EntitlementAlreadyExistsException, __BaseException > ); } export declare class DryRunOperationException extends __BaseException { readonly name: "DryRunOperationException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceInUseException extends __BaseException { readonly name: "ResourceInUseException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); }