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

The user does not have permission to perform the action. Check the IAM * policy associated with this user.

* @public */ export declare class AuthorizationErrorException extends __BaseException { readonly name: "AuthorizationErrorException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The home Region is not set. Set the home Region to continue.

* @public */ export declare class HomeRegionNotSetException extends __BaseException { readonly name: "HomeRegionNotSetException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

One or more parameters are not valid. Verify the parameters and try again.

* @public */ export declare class InvalidParameterException extends __BaseException { readonly name: "InvalidParameterException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The value of one or more parameters are either invalid or out of range. Verify the * parameter values and try again.

* @public */ export declare class InvalidParameterValueException extends __BaseException { readonly name: "InvalidParameterValueException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The server experienced an internal error. Try again.

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

The specified configuration ID was not located. Verify the configuration ID and try * again.

* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

This operation is not permitted.

* @public */ export declare class OperationNotPermittedException extends __BaseException { readonly name: "OperationNotPermittedException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

* The limit of 200 configuration IDs per request has been exceeded. *

* @public */ export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Conflict error.

* @public */ export declare class ConflictErrorException extends __BaseException { readonly name: "ConflictErrorException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

This issue occurs when the same clientRequestToken is used with the * StartImportTask action, but with different parameters. For example, you use the * same request token but have two different import URLs, you can encounter this issue. If the * import tasks are meant to be different, use a different clientRequestToken, and * try again.

* @public */ export declare class ResourceInUseException extends __BaseException { readonly name: "ResourceInUseException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); }