import { ServiceException as __ServiceException__ } from '@aws-js-sdk-v3-prerelease/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 ConcurrentModificationException.

*/ message?: string; }