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

The specified pagination token (nextToken) is not valid.

* @public */ export declare class InvalidPaginationToken extends __BaseException { readonly name: "InvalidPaginationToken"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified locale is not supported.

* @public */ export declare class UnsupportedLocale extends __BaseException { readonly name: "UnsupportedLocale"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

* EnableHealthServiceAccessForOrganization is already in progress. Wait for the * action to complete before trying again. To get the current status, use the DescribeHealthServiceStatusForOrganization operation.

* @public */ export declare class ConcurrentModificationException extends __BaseException { readonly name: "ConcurrentModificationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); }