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

The cause of this error depends on whether you're trying to create a public or a private hosted zone:

*/ export interface ConflictingDomainExists extends __ServiceException__<_ConflictingDomainExistsDetails> { name: "ConflictingDomainExists"; } export interface _ConflictingDomainExistsDetails { /** * _ErrorMessage shape */ message?: string; }