import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { RUMServiceException as __BaseException } from "./RUMServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; resourceName: string | undefined; resourceType?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; $retryable: {}; retryAfterSeconds?: number | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; resourceName: string | undefined; resourceType?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; $retryable: { throttling: boolean; }; serviceCode?: string | undefined; quotaCode?: string | undefined; retryAfterSeconds?: number | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class InvalidPolicyRevisionIdException extends __BaseException { readonly name: "InvalidPolicyRevisionIdException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< InvalidPolicyRevisionIdException, __BaseException > ); } export declare class PolicyNotFoundException extends __BaseException { readonly name: "PolicyNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class MalformedPolicyDocumentException extends __BaseException { readonly name: "MalformedPolicyDocumentException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< MalformedPolicyDocumentException, __BaseException > ); } export declare class PolicySizeLimitExceededException extends __BaseException { readonly name: "PolicySizeLimitExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< PolicySizeLimitExceededException, __BaseException > ); }