import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { XRayServiceException as __BaseException } from "./XRayServiceException"; export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ThrottledException extends __BaseException { readonly name: "ThrottledException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; ResourceName?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class RuleLimitExceededException extends __BaseException { readonly name: "RuleLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidPolicyRevisionIdException extends __BaseException { readonly name: "InvalidPolicyRevisionIdException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< InvalidPolicyRevisionIdException, __BaseException > ); } export declare class LockoutPreventionException extends __BaseException { readonly name: "LockoutPreventionException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class MalformedPolicyDocumentException extends __BaseException { readonly name: "MalformedPolicyDocumentException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< MalformedPolicyDocumentException, __BaseException > ); } export declare class PolicyCountLimitExceededException extends __BaseException { readonly name: "PolicyCountLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< PolicyCountLimitExceededException, __BaseException > ); } export declare class PolicySizeLimitExceededException extends __BaseException { readonly name: "PolicySizeLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< PolicySizeLimitExceededException, __BaseException > ); } export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; Message?: string | undefined; ResourceName?: string | undefined; constructor( opts: __ExceptionOptionType ); }