import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { DeviceFarmServiceException as __BaseException } from "./DeviceFarmServiceException"; export declare class ArgumentException extends __BaseException { readonly name: "ArgumentException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class CannotDeleteException extends __BaseException { readonly name: "CannotDeleteException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class NotFoundException extends __BaseException { readonly name: "NotFoundException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ServiceAccountException extends __BaseException { readonly name: "ServiceAccountException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class TagOperationException extends __BaseException { readonly name: "TagOperationException"; readonly $fault: "client"; resourceName?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InternalServiceException extends __BaseException { readonly name: "InternalServiceException"; readonly $fault: "server"; constructor( opts: __ExceptionOptionType ); } export declare class InvalidOperationException extends __BaseException { readonly name: "InvalidOperationException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class NotEligibleException extends __BaseException { readonly name: "NotEligibleException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class IdempotencyException extends __BaseException { readonly name: "IdempotencyException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class TagPolicyException extends __BaseException { readonly name: "TagPolicyException"; readonly $fault: "client"; resourceName?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; resourceName?: string | undefined; constructor( opts: __ExceptionOptionType ); }