You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
The following is the error message "FailedFindings":[ { "Id":"arn:aws:securityhub:us-east-1:375002761141:config/rules/s3-bucket-versioning-enabled/finding/6770931bfd4a75dd1adf796fc2e55832ab42cbffd54192f105d75799f0950e4a", "ErrorCode":"InvalidInput", "ErrorMessage":"Finding does not adhere to Amazon Finding Format. data should have required property 'FindingProviderFields', data should match some schema in anyOf." } ]
We need to update the lambda function code to adhere the AFF for batch import finding according to this documentation
The following is the error message
"FailedFindings":[ { "Id":"arn:aws:securityhub:us-east-1:375002761141:config/rules/s3-bucket-versioning-enabled/finding/6770931bfd4a75dd1adf796fc2e55832ab42cbffd54192f105d75799f0950e4a", "ErrorCode":"InvalidInput", "ErrorMessage":"Finding does not adhere to Amazon Finding Format. data should have required property 'FindingProviderFields', data should match some schema in anyOf." } ]We need to update the lambda function code to adhere the AFF for batch import finding according to this documentation