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

The If-Match version is missing or not valid for the distribution.

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