Skip to content

Commit 4a04af3

Browse files
committed
Update driver.py
1 parent dd2aeca commit 4a04af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shells/backends/aws_tf_backend/src/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def _get_attrbiute_value_from_clp(self, attributes, model_prefix, attribute_name
186186
for attribute in attributes:
187187

188188
if attribute.Name == f"{model_prefix}{attribute_name}":
189-
return attribute.value
189+
return attribute.Value
190190
return ""
191191

192192
def _validate_attributes(self, aws_backend_resource, bucket_name, logger):

0 commit comments

Comments
 (0)