import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
A resource with the ID you requested already exists.
*/ export interface ResourceExistsException extends __ServiceException__<_ResourceExistsExceptionDetails> { name: "ResourceExistsException"; } export interface _ResourceExistsExceptionDetails { /** * _ErrorMessage shape */ Message?: string; }