Smaws_Client_ConfigService.DescribeConfigRuleEvaluationStatus
Returns status information for each of your Config managed rules. The status includes information such as the last time Config invoked the rule, the last time Config failed to invoke the rule, and the related error for the last failure.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `NoSuchConfigRuleException of Types.no_such_config_rule_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.describe_config_rule_evaluation_status_request ->
(Types.describe_config_rule_evaluation_status_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `NoSuchConfigRuleException of Types.no_such_config_rule_exception ])
Stdlib.result