Skip to content

Commit

Permalink
Update ec2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis authored Oct 14, 2024
1 parent 3554094 commit 8de0e90
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 @@ -1382,7 +1382,7 @@ def _is_missing(cls):
return is_boto3_error_code("InvalidGatewayID.NotFound")


@EC2TransitGatewayVPCAttachmentErrorHandler.common_error_handler("describe transit gateway attachments")
@EC2TransitGatewayVPCAttachmentErrorHandler.common_error_handler("describe transit gateway vpc attachments")
@AWSRetry.jittered_backoff()
def describe_transit_gateway_vpc_attachments(
client, **params: Dict[str, Union[List[str], bool, List[Dict[str, Union[str, List[str]]]]]]
Expand Down

0 comments on commit 8de0e90

Please sign in to comment.