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

Thrown if there are parallel requests to modify a resource.

*/ export interface ConcurrentModificationException extends __ServiceException__<_ConcurrentModificationExceptionDetails> { name: "ConcurrentModificationException"; } export interface _ConcurrentModificationExceptionDetails { /** *

The message returned by a ConcurrentModicationException.

*/ message: string; }