import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { BudgetsServiceException as __BaseException } from "./BudgetsServiceException"; /** *

You are not authorized to use this operation with the given parameters.

* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

* The billing view status must be HEALTHY to perform this action. Try again when the status is HEALTHY. *

* @public */ export declare class BillingViewHealthStatusException extends __BaseException { readonly name: "BillingViewHealthStatusException"; readonly $fault: "client"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

You've exceeded the notification or subscriber limit.

* @public */ export declare class CreationLimitExceededException extends __BaseException { readonly name: "CreationLimitExceededException"; readonly $fault: "client"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The budget name already exists. Budget names must be unique within an account.

* @public */ export declare class DuplicateRecordException extends __BaseException { readonly name: "DuplicateRecordException"; readonly $fault: "client"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An error on the server occurred during the processing of your request. Try again later.

* @public */ export declare class InternalErrorException extends __BaseException { readonly name: "InternalErrorException"; readonly $fault: "server"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An error on the client occurred. Typically, the cause is an invalid input value.

* @public */ export declare class InvalidParameterException extends __BaseException { readonly name: "InvalidParameterException"; readonly $fault: "client"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t locate the resource that you specified.

* @public */ export declare class NotFoundException extends __BaseException { readonly name: "NotFoundException"; readonly $fault: "client"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

You've reached a Service Quota limit on this resource.

* @public */ export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The number of API requests has exceeded the maximum allowed API request throttling limit * for the account.

* @public */ export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The request was received and recognized by the server, but the server rejected that * particular method for the requested resource.

* @public */ export declare class ResourceLockedException extends __BaseException { readonly name: "ResourceLockedException"; readonly $fault: "client"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The pagination token is invalid.

* @public */ export declare class InvalidNextTokenException extends __BaseException { readonly name: "InvalidNextTokenException"; readonly $fault: "client"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The pagination token expired.

* @public */ export declare class ExpiredNextTokenException extends __BaseException { readonly name: "ExpiredNextTokenException"; readonly $fault: "client"; /** *

The error message the exception carries.

* @public */ Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); }