import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ValidationError } from "./models_0"; import { ObservabilityAdminServiceException as __BaseException } from "./ObservabilityAdminServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; amznErrorType?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; Message?: string | undefined; ResourceId?: string | undefined; ResourceType?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; Message?: string | undefined; amznErrorType?: string | undefined; retryAfterSeconds?: number | undefined; constructor(opts: __ExceptionOptionType); } export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; Message?: string | undefined; ResourceId?: string | undefined; ResourceType?: string | undefined; ServiceCode?: string | undefined; QuotaCode?: string | undefined; amznErrorType?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class TooManyRequestsException extends __BaseException { readonly name: "TooManyRequestsException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; Message?: string | undefined; Errors?: ValidationError[] | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; ResourceId?: string | undefined; ResourceType?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InvalidStateException extends __BaseException { readonly name: "InvalidStateException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); }