# File lib/fog/aws/requests/sns/list_topics.rb, line 26
        def list_topics(options={})
          response = Excon::Response.new

          response.body = {'Topics' => self.data[:topics].keys, 'RequestId' => Fog::AWS::Mock.request_id}
          response
        end