INSUFFICIENT_DATA
. This result might indicate one of the following conditions about the rules that evaluate the resource: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 '{
"ResourceType": "string",
"ResourceId": "string",
"ComplianceTypes": [],
"Limit": 0,
"NextToken": "string"
}'
{
"ComplianceByResources": [],
"NextToken": "string"
}