# File lib/fog/rackspace/models/orchestration/events.rb, line 19
        def get(stack, resource, event_id)
          data = service.show_event_details(stack, resource, event_id).body['event']
          new(data)
        rescue Fog::Rackspace::Orchestration::NotFound
          nil
        end