import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The specified domain name is not valid.
*/ export interface InvalidDomainName extends __ServiceException__<_InvalidDomainNameDetails> { name: "InvalidDomainName"; } export interface _InvalidDomainNameDetails { /** *Descriptive message for the error response.
*/ message?: string; }