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

A conflict occurred.

*/ export interface ConflictException extends __ServiceException__<_ConflictExceptionDetails> { name: "ConflictException"; } export interface _ConflictExceptionDetails { }