EnableInsightRules
Enables the specified Contributor Insights rules. When rules are enabled, they immediately begin analyzing log data.
Request Parameters
- RuleNames
-
An array of the rule names to enable. If you need to find out the names of your rules, use DescribeInsightRules.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[\x20-\x7E]+
Required: Yes
Response Elements
The following element is returned by the service.
- Failures
-
An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.
Type: Array of PartialFailure objects
Errors
For information about the errors that are common to all actions, see Common Errors.
- InvalidParameterValue
-
The value of an input parameter is bad or out-of-range.
HTTP Status Code: 400
- LimitExceededException
-
The operation exceeded one or more limits.
HTTP Status Code: 400
- MissingParameter
-
An input parameter that is required is missing.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: