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

The specified HostedZone can't be found.

*/ export interface HostedZoneNotFound extends __ServiceException__<_HostedZoneNotFoundDetails> { name: "HostedZoneNotFound"; } export interface _HostedZoneNotFoundDetails { /** *

Descriptive message for the error response.

*/ message?: string; }