# File lib/fog/aws/requests/sns/remove_permission.rb, line 16 def remove_permission(options = {}) topic_arn = options['TopicArn'] label = options['Label'] self.data[:permissions][topic_arn].delete(label) response = Excon::Response.new response.body = {"RequestId" => Fog::AWS::Mock.request_id} response end