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

The specified VPC and hosted zone are not currently associated.

*/ export interface VPCAssociationNotFound extends __ServiceException__<_VPCAssociationNotFoundDetails> { name: "VPCAssociationNotFound"; } export interface _VPCAssociationNotFoundDetails { /** *

Descriptive message for the error response.

*/ message?: string; }