import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** * RangeNotSatisfiableException shape */ export interface RangeNotSatisfiableException extends __ServiceException__<_RangeNotSatisfiableExceptionDetails> { name: "RangeNotSatisfiableException"; } export interface _RangeNotSatisfiableExceptionDetails { /** *
416
*/ Code?: string; /** *The requested number of results specified by nextToken cannot be * satisfied.
*/ Message?: string; }