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

No hosted zone exists with the ID that you specified.

*/ export interface NoSuchHostedZone extends __ServiceException__<_NoSuchHostedZoneDetails> { name: "NoSuchHostedZone"; } export interface _NoSuchHostedZoneDetails { /** *

Descriptive message for the error response.

*/ message?: string; }