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

An invalid argument was specified.

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

The requested object could not be deleted.

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

A limit was exceeded.

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

The specified entity was not found.

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

There was a problem with the service account.

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

The operation was not successful. Try again.

* @public */ export declare class TagOperationException extends __BaseException { readonly name: "TagOperationException"; readonly $fault: "client"; resourceName?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An internal exception was raised in the service. Contact aws-devicefarm-support@amazon.com if you see this * error.

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

There was an error with the update request, or you do not have sufficient permissions * to update this VPC endpoint configuration.

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

Exception gets thrown when a user is not eligible to perform the specified * transaction.

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

An entity with the same name already exists.

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

The request doesn't comply with the AWS Identity and Access Management (IAM) tag * policy. Correct your request and then retry it.

* @public */ export declare class TagPolicyException extends __BaseException { readonly name: "TagPolicyException"; readonly $fault: "client"; resourceName?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The list of tags on the repository is over the limit. The maximum number of tags that * can be applied to a repository is 50.

* @public */ export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; resourceName?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); }