# File lib/fog/aws/requests/sns/get_topic_attributes.rb, line 26
        def get_topic_attributes(arn)
          response   = Excon::Response.new
          attributes = self.data[:topics][arn]

          response.body = {"Attributes" => attributes, "RequestId" => Fog::AWS::Mock.request_id}
          response
        end