import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { RUMServiceException as __BaseException } from "./RUMServiceException"; /** *
You don't have sufficient permissions to perform this action.
* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThis operation attempted to create a resource that already exists.
* @public */ export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; /** *The name of the resource that is associated with the error.
* @public */ resourceName: string | undefined; /** *The type of the resource that is associated with the error.
* @public */ resourceType?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeInternal service exception.
* @public */ export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; $retryable: {}; /** *The value of a parameter in the request caused an error.
* @public */ retryAfterSeconds?: number | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeResource not found.
* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** *The name of the resource that is associated with the error.
* @public */ resourceName: string | undefined; /** *The type of the resource that is associated with the error.
* @public */ resourceType?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThis request exceeds a service quota.
* @public */ export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request was throttled because of quota limits.
* @public */ export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; $retryable: { throttling: boolean; }; /** *The ID of the service that is associated with the error.
* @public */ serviceCode?: string | undefined; /** *The ID of the service quota that was exceeded.
* @public */ quotaCode?: string | undefined; /** *The value of a parameter in the request caused an error.
* @public */ retryAfterSeconds?: number | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeOne of the arguments for the request is not valid.
* @public */ export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe policy revision ID that you provided doeesn't match the latest policy revision ID.
* @public */ export declare class InvalidPolicyRevisionIdException extends __BaseException { readonly name: "InvalidPolicyRevisionIdException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe resource-based policy doesn't exist on this app monitor.
* @public */ export declare class PolicyNotFoundException extends __BaseException { readonly name: "PolicyNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe policy document that you specified is not formatted correctly.
* @public */ export declare class MalformedPolicyDocumentException extends __BaseException { readonly name: "MalformedPolicyDocumentException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe policy document is too large. The limit is 4 KB.
* @public */ export declare class PolicySizeLimitExceededException extends __BaseException { readonly name: "PolicySizeLimitExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType