From edb6af88054e93eedda7f76025af8f7f99abb915 Mon Sep 17 00:00:00 2001 From: Edward Muller Date: Sat, 31 Mar 2012 12:20:50 -0700 Subject: [PATCH] include the nextToken in the body --- lib/fog/aws/parsers/compute/describe_instance_status.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/parsers/compute/describe_instance_status.rb b/lib/fog/aws/parsers/compute/describe_instance_status.rb index 04c5e9f64..80906911d 100644 --- a/lib/fog/aws/parsers/compute/describe_instance_status.rb +++ b/lib/fog/aws/parsers/compute/describe_instance_status.rb @@ -86,7 +86,7 @@ module Fog @in_event = false when 'instanceId', 'availabilityZone' @instance[name] = value - when 'requestId' + when 'nextToken', 'requestId' @response[name] = value end end