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

The VPC that you specified is not authorized to be associated with the hosted zone.

*/ export interface VPCAssociationAuthorizationNotFound extends __ServiceException__<_VPCAssociationAuthorizationNotFoundDetails> { name: "VPCAssociationAuthorizationNotFound"; } export interface _VPCAssociationAuthorizationNotFoundDetails { /** *

Descriptive message for the error response.

*/ message?: string; }