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

Amazon Route 53 doesn't have the permissions required to create log streams and send query logs to log streams. Possible causes include the following:

*/ export interface InsufficientCloudWatchLogsResourcePolicy extends __ServiceException__<_InsufficientCloudWatchLogsResourcePolicyDetails> { name: "InsufficientCloudWatchLogsResourcePolicy"; } export interface _InsufficientCloudWatchLogsResourcePolicyDetails { /** * _ErrorMessage shape */ message?: string; }