A recent update has introduced a badly generated regex pattern to the rule aws_guardduty_member_invalid_email which causes the check to always fail:
pattern: regexp.MustCompile(`^See rules in parameter description$`),
The only workaround is to disable the rule for now. Please address the issue upstream at the source where the code is generated so that the rule can be updated with the correct email regex.