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

The hosted zone contains resource records that are not SOA or NS records.

*/ export interface HostedZoneNotEmpty extends __ServiceException__<_HostedZoneNotEmptyDetails> { name: "HostedZoneNotEmpty"; } export interface _HostedZoneNotEmptyDetails { /** *

Descriptive message for the error response.

*/ message?: string; }