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

GetMedia throws this error when Kinesis Video Streams can't find the stream that you specified.

GetHLSStreamingSessionURL and GetDASHStreamingSessionURL throw this error if a session with a PlaybackMode of ON_DEMAND or LIVE_REPLAYis requested for a stream that has no fragments within the requested time range, or if a session with a PlaybackMode of LIVE is requested for a stream that has no fragments within the last 30 seconds.

*/ export interface ResourceNotFoundException extends __ServiceException__<_ResourceNotFoundExceptionDetails> { name: "ResourceNotFoundException"; } export interface _ResourceNotFoundExceptionDetails { /** * _ErrorMessage shape */ Message?: string; }