import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
Indicates that the configuration set does not exist.
*/ export interface ConfigurationSetDoesNotExistException extends __ServiceException__<_ConfigurationSetDoesNotExistExceptionDetails> { name: "ConfigurationSetDoesNotExistException"; } export interface _ConfigurationSetDoesNotExistExceptionDetails { /** *Indicates that the configuration set does not exist.
*/ ConfigurationSetName?: string; }