Skip to content

Commit

Permalink
Update ec2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis authored Sep 24, 2024
1 parent 302f7dc commit 65b349e
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 @@ -324,7 +324,7 @@ class EC2VpcPeeringErrorHandler(AWSErrorHandler):

@classmethod
def _is_missing(cls):
return is_boto3_error_code("InvalidVpcPeeringConnectionID.NotFound", "InvalidVpcPeeringConnectionId.Malformed")
return is_boto3_error_code("InvalidVpcPeeringConnectionID.NotFound")


@EC2VpcPeeringErrorHandler.list_error_handler("describe vpc peering", [])
Expand Down

0 comments on commit 65b349e

Please sign in to comment.