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

The value of Quantity and the size of Items don't match.

*/ export interface InconsistentQuantities extends __ServiceException__<_InconsistentQuantitiesDetails> { name: "InconsistentQuantities"; } export interface _InconsistentQuantitiesDetails { /** * _string shape */ Message?: string; }