import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *

Speech marks are not supported for the OutputFormat selected. Speech marks are only available for content in json format.

*/ export interface MarksNotSupportedForFormatException extends __ServiceException__<_MarksNotSupportedForFormatExceptionDetails> { name: "MarksNotSupportedForFormatException"; } export interface _MarksNotSupportedForFormatExceptionDetails { /** * _ErrorMessage shape */ message?: string; }