import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ChimeSDKMeetingsServiceException as __BaseException } from "./ChimeSDKMeetingsServiceException"; export declare class BadRequestException extends __BaseException { readonly name: "BadRequestException"; readonly $fault: "client"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ForbiddenException extends __BaseException { readonly name: "ForbiddenException"; readonly $fault: "client"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class NotFoundException extends __BaseException { readonly name: "NotFoundException"; readonly $fault: "client"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ServiceFailureException extends __BaseException { readonly name: "ServiceFailureException"; readonly $fault: "server"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ServiceUnavailableException extends __BaseException { readonly name: "ServiceUnavailableException"; readonly $fault: "server"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; RetryAfterSeconds?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class UnauthorizedException extends __BaseException { readonly name: "UnauthorizedException"; readonly $fault: "client"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class UnprocessableEntityException extends __BaseException { readonly name: "UnprocessableEntityException"; readonly $fault: "client"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; ResourceName?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; Code?: string | undefined; Message?: string | undefined; RequestId?: string | undefined; ResourceName?: string | undefined; constructor( opts: __ExceptionOptionType ); }