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

The specified hosted zone is a public hosted zone, not a private hosted zone.

*/ export interface HostedZoneNotPrivate extends __ServiceException__<_HostedZoneNotPrivateDetails> { name: "HostedZoneNotPrivate"; } export interface _HostedZoneNotPrivateDetails { /** *

Descriptive message for the error response.

*/ message?: string; }