# File lib/fog/aws/parsers/cloud_formation/describe_stack_events.rb, line 8 def reset @event = {} @response = { 'StackEvents' => [] } end