We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d83d1 commit 32d6f50Copy full SHA for 32d6f50
Monitoring/auto-add-cw-alarms/auto_add_cw_alarms.py
@@ -263,7 +263,7 @@ def getFileSystemId(alarm):
263
for dim in metric['MetricStat']['Metric']['Dimensions']:
264
if dim['Name'] == 'FileSystemId':
265
return dim['Value']
266
- return None
+ return None
267
268
################################################################################
269
# This function will return all the file systems in the region. It will handle the
0 commit comments