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

An API error occurred. Wait a few minutes and try again.

* @public */ export declare class ConcurrentModificationException extends __BaseException { readonly name: "ConcurrentModificationException"; readonly $fault: "client"; /** *

The error message in the exception.

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

Indicates an incorrect combination of parameters, or a missing parameter.

* @public */ export declare class InvalidParameterCombinationException extends __BaseException { readonly name: "InvalidParameterCombinationException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The requested limit exceeds the permitted limit for an account.

* @public */ export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The attempted operation is not permitted.

* @public */ export declare class OperationNotPermittedException extends __BaseException { readonly name: "OperationNotPermittedException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The specified resource was not found.

* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The entitlement can't be found.

* @public */ export declare class EntitlementNotFoundException extends __BaseException { readonly name: "EntitlementNotFoundException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The image can't be updated because it's not compatible for updates.

* @public */ export declare class IncompatibleImageException extends __BaseException { readonly name: "IncompatibleImageException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.

* @public */ export declare class InvalidAccountStatusException extends __BaseException { readonly name: "InvalidAccountStatusException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The specified resource already exists.

* @public */ export declare class ResourceAlreadyExistsException extends __BaseException { readonly name: "ResourceAlreadyExistsException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The specified resource exists and is not in use, but isn't available.

* @public */ export declare class ResourceNotAvailableException extends __BaseException { readonly name: "ResourceNotAvailableException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The specified role is invalid.

* @public */ export declare class InvalidRoleException extends __BaseException { readonly name: "InvalidRoleException"; readonly $fault: "client"; /** *

The error message in the exception.

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

WorkSpaces Applications can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.

* @public */ export declare class RequestLimitExceededException extends __BaseException { readonly name: "RequestLimitExceededException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The entitlement already exists.

* @public */ export declare class EntitlementAlreadyExistsException extends __BaseException { readonly name: "EntitlementAlreadyExistsException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The exception that is thrown when a dry run operation is requested. This indicates that the validation checks have been performed successfully, but no actual resources were created or modified.

* @public */ export declare class DryRunOperationException extends __BaseException { readonly name: "DryRunOperationException"; readonly $fault: "client"; /** *

The error message in the exception.

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

The specified resource is in use.

* @public */ export declare class ResourceInUseException extends __BaseException { readonly name: "ResourceInUseException"; readonly $fault: "client"; /** *

The error message in the exception.

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