import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { IVSRealTimeServiceException as __BaseException } from "./IVSRealTimeServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; accessControlAllowOrigin?: string | undefined; accessControlExposeHeaders?: string | undefined; cacheControl?: string | undefined; contentSecurityPolicy?: string | undefined; strictTransportSecurity?: string | undefined; xContentTypeOptions?: string | undefined; xFrameOptions?: string | undefined; xAmznErrorType?: string | undefined; exceptionMessage?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; accessControlAllowOrigin?: string | undefined; accessControlExposeHeaders?: string | undefined; cacheControl?: string | undefined; contentSecurityPolicy?: string | undefined; strictTransportSecurity?: string | undefined; xContentTypeOptions?: string | undefined; xFrameOptions?: string | undefined; xAmznErrorType?: string | undefined; exceptionMessage?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; accessControlAllowOrigin?: string | undefined; accessControlExposeHeaders?: string | undefined; cacheControl?: string | undefined; contentSecurityPolicy?: string | undefined; strictTransportSecurity?: string | undefined; xContentTypeOptions?: string | undefined; xFrameOptions?: string | undefined; xAmznErrorType?: string | undefined; exceptionMessage?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class PendingVerification extends __BaseException { readonly name: "PendingVerification"; readonly $fault: "client"; accessControlAllowOrigin?: string | undefined; accessControlExposeHeaders?: string | undefined; cacheControl?: string | undefined; contentSecurityPolicy?: string | undefined; strictTransportSecurity?: string | undefined; xContentTypeOptions?: string | undefined; xFrameOptions?: string | undefined; xAmznErrorType?: string | undefined; exceptionMessage?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; accessControlAllowOrigin?: string | undefined; accessControlExposeHeaders?: string | undefined; cacheControl?: string | undefined; contentSecurityPolicy?: string | undefined; strictTransportSecurity?: string | undefined; xContentTypeOptions?: string | undefined; xFrameOptions?: string | undefined; xAmznErrorType?: string | undefined; exceptionMessage?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; accessControlAllowOrigin?: string | undefined; accessControlExposeHeaders?: string | undefined; cacheControl?: string | undefined; contentSecurityPolicy?: string | undefined; strictTransportSecurity?: string | undefined; xContentTypeOptions?: string | undefined; xFrameOptions?: string | undefined; xAmznErrorType?: string | undefined; exceptionMessage?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; accessControlAllowOrigin?: string | undefined; accessControlExposeHeaders?: string | undefined; cacheControl?: string | undefined; contentSecurityPolicy?: string | undefined; strictTransportSecurity?: string | undefined; xContentTypeOptions?: string | undefined; xFrameOptions?: string | undefined; xAmznErrorType?: string | undefined; exceptionMessage?: string | undefined; constructor( opts: __ExceptionOptionType ); }