INSUFFICIENT_DATA
. This result might indicate one of the following conditions:DescribeConfigRuleEvaluationStatus
action to get the LastSuccessfulInvocationTime
and LastFailedInvocationTime
.config:PutEvaluations
permission. If the rule is a custom rule, verify that the Lambda execution role includes the config:PutEvaluations
permission.NOT_APPLICABLE
for all evaluation results. This can occur if the resources were deleted or removed from the rule's scope.curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ConfigRuleNames": [],
"ComplianceTypes": [],
"NextToken": "string"
}'
{
"ComplianceByConfigRules": [],
"NextToken": "string"
}