Skip to content

Commit d94c437

Browse files
author
Justin
committed
linting fixes
1 parent 4160b2b commit d94c437

File tree

1 file changed

+2
-0
lines changed
  • aws_sra_examples/solutions/shield_advanced/shield_advanced/lambda/src

1 file changed

+2
-0
lines changed

aws_sra_examples/solutions/shield_advanced/shield_advanced/lambda/src/shield.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ def get_buckets_to_protect(account_session: boto3.Session, buckets_in_account: l
243243
Returns:
244244
list of buckets
245245
246+
Raises:
247+
s3_client.exceptions.ClientError: client error
246248
"""
247249
LOGGER.info("Getting all buckets")
248250
buckets: list = []

0 commit comments

Comments
 (0)