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

Associating the specified VPC with the specified hosted zone has not been authorized.

*/ export interface NotAuthorizedException extends __ServiceException__<_NotAuthorizedExceptionDetails> { name: "NotAuthorizedException"; } export interface _NotAuthorizedExceptionDetails { /** *

Descriptive message for the error response.

*/ message?: string; }