Skip to content

Commit 7b35ee0

Browse files
committed
change config rule found log message
1 parent 1c92eae commit 7b35ee0

File tree

1 file changed

+1
-1
lines changed
  • aws_sra_examples/solutions/genai/bedrock_org/lambda/src

1 file changed

+1
-1
lines changed

aws_sra_examples/solutions/genai/bedrock_org/lambda/src/sra_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def find_config_rule(self, rule_name: str) -> tuple[bool, dict | DescribeConfigR
114114
self.LOGGER.info(f"Unexpected error: {e}")
115115
raise e
116116
# Log the response
117-
self.LOGGER.info(f"Config rule {rule_name} already exists: {response}")
117+
self.LOGGER.info(f"Config rule {rule_name} exists: {response}")
118118
return True, response
119119

120120

0 commit comments

Comments
 (0)