salmon-optician-54886
03/31/2022, 3:18 AMaws.dlm.LifecyclePolicy
? (im trying to create ebs snapshots on a cron) I tried to run the one in the docs but am running into this error
raise AssertionError(f"Unexpected type. Expected 'list' got '{typ}'")
AssertionError: Unexpected type. Expected 'list' got '<class 'str'>'
and am not sure what’s causing thislittle-cartoon-10569
03/31/2022, 3:24 AMsalmon-optician-54886
03/31/2022, 3:28 AMtimes=["01:05"],
. worked after I changed it to times="01:05",