class AWS::EC2::VPNGateway

def delete

Returns:
  • (nil) -
def delete
  client_opts = {}
  client_opts[:vpn_gateway_id] = vpn_gateway_id
  client.delete_vpn_gateway(client_opts)
  nil
end