I am trying to execute following custom rule getting below error
class S3bucketlogsshouldbeshippedtoMainBucketaccountRule < BaseRule
def rule_text
' Access logs from the S3 bucket should be shipped to Main Bucket account please provide DestinationBucketName,LogFilePrefix'
end
Hi,
I am trying to execute following custom rule getting below error
class S3bucketlogsshouldbeshippedtoMainBucketaccountRule < BaseRule def rule_text ' Access logs from the S3 bucket should be shipped to Main Bucket account please provide DestinationBucketName,LogFilePrefix' end
def rule_type Violation::WARNING end
def rule_id 'CUSTOM11' end
def audit_impl(cfn_model)
end end
not only for this rule where ever I used raw model having this issue