import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
There is no CloudWatch Logs log group with the specified ARN.
*/ export interface NoSuchCloudWatchLogsLogGroup extends __ServiceException__<_NoSuchCloudWatchLogsLogGroupDetails> { name: "NoSuchCloudWatchLogsLogGroup"; } export interface _NoSuchCloudWatchLogsLogGroupDetails { /** * _ErrorMessage shape */ message?: string; }