import { ServiceException as __ServiceException__ } from "@aws-sdk/types";
/**
*
A streaming session was requested for a stream that does not retain data (that is, has a DataRetentionInHours of 0).
*/
export interface NoDataRetentionException extends __ServiceException__<_NoDataRetentionExceptionDetails> {
name: "NoDataRetentionException";
}
export interface _NoDataRetentionExceptionDetails {
/**
* _ErrorMessage shape
*/
Message?: string;
}