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

Another user submitted a request to create, update, or delete the object at the same time that you did. Retry the request.

*/ export interface ConcurrentModification extends __ServiceException__<_ConcurrentModificationDetails> { name: "ConcurrentModification"; } export interface _ConcurrentModificationDetails { /** *

Descriptive message for the error response.

*/ message?: string; }