import { ServiceException as __ServiceException__ } from '@aws-sdk/types'; /** *
The request was rejected because it attempted to create a resource that already exists.
*/ export interface AlreadyExistsException extends __ServiceException__<_AlreadyExistsExceptionDetails> { name: 'AlreadyExistsException'; } export interface _AlreadyExistsExceptionDetails { /** * _ErrorMessageType shape */ message?: string; }