diff --git a/lib/aws/ingestor.py b/lib/aws/ingestor.py index 5497016..7b12b7a 100644 --- a/lib/aws/ingestor.py +++ b/lib/aws/ingestor.py @@ -1078,7 +1078,7 @@ def get_nat_gateways(self): iterables=self.client.get_paginator( "describe_nat_gateways").paginate(), wait="Awaiting response to ec2:DescribeNatGateways", - done="Added " + done="Added NatGateways" ) for ng in r["NatGateways"]]: nat_gateway["Name"] = nat_gateway["NatGatewayId"]