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

The VPC that you're trying to disassociate from the private hosted zone is the last VPC that is associated with the hosted zone. Amazon Route 53 doesn't support disassociating the last VPC from a hosted zone.

*/ export interface LastVPCAssociation extends __ServiceException__<_LastVPCAssociationDetails> { name: "LastVPCAssociation"; } export interface _LastVPCAssociationDetails { /** *

Descriptive message for the error response.

*/ message?: string; }