import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ServiceQuotasServiceException as __BaseException } from "./ServiceQuotasServiceException"; /** *
You do not have sufficient permission to perform this action.
* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe action you attempted is not allowed unless Service Access with Service Quotas is enabled in * your organization.
* @public */ export declare class AWSServiceAccessNotEnabledException extends __BaseException { readonly name: "AWSServiceAccessNotEnabledException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou can't perform this action because a dependency does not have access.
* @public */ export declare class DependencyAccessDeniedException extends __BaseException { readonly name: "DependencyAccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe Amazon Web Services account making this call is not a member of an organization.
* @public */ export declare class NoAvailableOrganizationException extends __BaseException { readonly name: "NoAvailableOrganizationException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe organization that your Amazon Web Services account belongs to is not in All Features * mode.
* @public */ export declare class OrganizationNotInAllFeaturesModeException extends __BaseException { readonly name: "OrganizationNotInAllFeaturesModeException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeSomething went wrong.
* @public */ export declare class ServiceException extends __BaseException { readonly name: "ServiceException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe Service Quotas template is not available in this Amazon Web Services Region.
* @public */ export declare class TemplatesNotAvailableInRegionException extends __BaseException { readonly name: "TemplatesNotAvailableInRegionException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeDue to throttling, the request was denied. Slow down the rate of request calls, or * request an increase for this quota.
* @public */ export declare class TooManyRequestsException extends __BaseException { readonly name: "TooManyRequestsException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeInvalid input was provided.
* @public */ export declare class IllegalArgumentException extends __BaseException { readonly name: "IllegalArgumentException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe resource is in an invalid state.
* @public */ export declare class InvalidResourceStateException extends __BaseException { readonly name: "InvalidResourceStateException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified resource does not exist.
* @public */ export declare class NoSuchResourceException extends __BaseException { readonly name: "NoSuchResourceException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified resource already exists.
* @public */ export declare class ResourceAlreadyExistsException extends __BaseException { readonly name: "ResourceAlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe quota request template is not associated with your organization.
* @public */ export declare class ServiceQuotaTemplateNotInUseException extends __BaseException { readonly name: "ServiceQuotaTemplateNotInUseException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeInvalid input was provided.
* @public */ export declare class InvalidPaginationTokenException extends __BaseException { readonly name: "InvalidPaginationTokenException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou have exceeded your service quota. To perform the requested action, remove some of * the relevant resources, or use Service Quotas to request a service quota increase.
* @public */ export declare class QuotaExceededException extends __BaseException { readonly name: "QuotaExceededException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified tag is a reserved word and cannot be used.
* @public */ export declare class TagPolicyViolationException extends __BaseException { readonly name: "TagPolicyViolationException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou've exceeded the number of tags allowed for a resource. For more information, see * Tag * restrictions in the Service Quotas User Guide.
* @public */ export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType