Skip to content

Commit

Permalink
Do not capture Invalid Network ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Sep 25, 2024
1 parent 249e8c6 commit 46e5700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ class EC2NetworkAclErrorHandler(AWSErrorHandler):

@classmethod
def _is_missing(cls):
return is_boto3_error_code("InvalidNetworkAclID.NotFound")
return is_boto3_error_code("")


@EC2NetworkAclErrorHandler.list_error_handler("describe network acls", [])
Expand Down

0 comments on commit 46e5700

Please sign in to comment.