# File lib/fog/orchestration/openstack/requests/list_resource_events.rb, line 17
        def list_resource_events(_stack, _resource, _options = {})
          events = data[:events].values

          Excon::Response.new(
            :body   => {'events' => events},
            :status => 200
          )
        end