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: __ExceptionOptionTypeThe requested object could not be deleted.
* @public */ export declare class CannotDeleteException extends __BaseException { readonly name: "CannotDeleteException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeA limit was exceeded.
* @public */ export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified entity was not found.
* @public */ export declare class NotFoundException extends __BaseException { readonly name: "NotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThere was a problem with the service account.
* @public */ export declare class ServiceAccountException extends __BaseException { readonly name: "ServiceAccountException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeAn 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: __ExceptionOptionTypeThere 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: __ExceptionOptionTypeException 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: __ExceptionOptionTypeAn entity with the same name already exists.
* @public */ export declare class IdempotencyException extends __BaseException { readonly name: "IdempotencyException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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