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

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

* @public */ accessControlAllowOrigin?: string | undefined; /** *

* @public */ accessControlExposeHeaders?: string | undefined; /** *

* @public */ cacheControl?: string | undefined; /** *

* @public */ contentSecurityPolicy?: string | undefined; /** *

* @public */ strictTransportSecurity?: string | undefined; /** *

* @public */ xContentTypeOptions?: string | undefined; /** *

* @public */ xFrameOptions?: string | undefined; /** *

* @public */ xAmznErrorType?: string | undefined; /** *

User does not have sufficient access to perform this action.

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

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

* @public */ accessControlAllowOrigin?: string | undefined; /** *

* @public */ accessControlExposeHeaders?: string | undefined; /** *

* @public */ cacheControl?: string | undefined; /** *

* @public */ contentSecurityPolicy?: string | undefined; /** *

* @public */ strictTransportSecurity?: string | undefined; /** *

* @public */ xContentTypeOptions?: string | undefined; /** *

* @public */ xFrameOptions?: string | undefined; /** *

* @public */ xAmznErrorType?: string | undefined; /** *

Updating or deleting a resource can cause an inconsistent state.

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

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

* @public */ accessControlAllowOrigin?: string | undefined; /** *

* @public */ accessControlExposeHeaders?: string | undefined; /** *

* @public */ cacheControl?: string | undefined; /** *

* @public */ contentSecurityPolicy?: string | undefined; /** *

* @public */ strictTransportSecurity?: string | undefined; /** *

* @public */ xContentTypeOptions?: string | undefined; /** *

* @public */ xFrameOptions?: string | undefined; /** *

* @public */ xAmznErrorType?: string | undefined; /** *

Unexpected error during processing of request.

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

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

* @public */ accessControlAllowOrigin?: string | undefined; /** *

* @public */ accessControlExposeHeaders?: string | undefined; /** *

* @public */ cacheControl?: string | undefined; /** *

* @public */ contentSecurityPolicy?: string | undefined; /** *

* @public */ strictTransportSecurity?: string | undefined; /** *

* @public */ xContentTypeOptions?: string | undefined; /** *

* @public */ xFrameOptions?: string | undefined; /** *

* @public */ xAmznErrorType?: string | undefined; /** *

Your account is pending verification.

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

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

* @public */ accessControlAllowOrigin?: string | undefined; /** *

* @public */ accessControlExposeHeaders?: string | undefined; /** *

* @public */ cacheControl?: string | undefined; /** *

* @public */ contentSecurityPolicy?: string | undefined; /** *

* @public */ strictTransportSecurity?: string | undefined; /** *

* @public */ xContentTypeOptions?: string | undefined; /** *

* @public */ xFrameOptions?: string | undefined; /** *

* @public */ xAmznErrorType?: string | undefined; /** *

Request references a resource which does not exist.

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

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

* @public */ accessControlAllowOrigin?: string | undefined; /** *

* @public */ accessControlExposeHeaders?: string | undefined; /** *

* @public */ cacheControl?: string | undefined; /** *

* @public */ contentSecurityPolicy?: string | undefined; /** *

* @public */ strictTransportSecurity?: string | undefined; /** *

* @public */ xContentTypeOptions?: string | undefined; /** *

* @public */ xFrameOptions?: string | undefined; /** *

* @public */ xAmznErrorType?: string | undefined; /** *

Request would cause a service quota to be exceeded.

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

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

* @public */ accessControlAllowOrigin?: string | undefined; /** *

* @public */ accessControlExposeHeaders?: string | undefined; /** *

* @public */ cacheControl?: string | undefined; /** *

* @public */ contentSecurityPolicy?: string | undefined; /** *

* @public */ strictTransportSecurity?: string | undefined; /** *

* @public */ xContentTypeOptions?: string | undefined; /** *

* @public */ xFrameOptions?: string | undefined; /** *

* @public */ xAmznErrorType?: string | undefined; /** *

The input fails to satisfy the constraints specified by an Amazon Web Services service.

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