import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
Cannot set a CloudWatch Logs delivery for this region.
*/ export interface CloudWatchLogsDeliveryUnavailableException extends __ServiceException__<_CloudWatchLogsDeliveryUnavailableExceptionDetails> { name: "CloudWatchLogsDeliveryUnavailableException"; } export interface _CloudWatchLogsDeliveryUnavailableExceptionDetails { }