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

This exception is thrown when the PutEventSelectors operation is called with a number of event selectors or data resources that is not valid. The combination of event selectors and data resources is not valid. A trail can have up to 5 event selectors. A trail is limited to 250 data resources. These data resources can be distributed across event selectors, but the overall total cannot exceed 250.

You can:

*/ export interface InvalidEventSelectorsException extends __ServiceException__<_InvalidEventSelectorsExceptionDetails> { name: "InvalidEventSelectorsException"; } export interface _InvalidEventSelectorsExceptionDetails { }