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

The requested content range is not valid.

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