import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** * PreconditionFailedException shape */ export interface PreconditionFailedException extends __ServiceException__<_PreconditionFailedExceptionDetails> { name: "PreconditionFailedException"; } export interface _PreconditionFailedExceptionDetails { /** *

412

*/ Code?: string; /** *

An error message explaining the error or its remedy.

*/ Message?: string; }