# File lib/fog/aws/requests/rds/modify_db_snapshot_attribute.rb, line 37
        def modify_db_snapshot_attribute(db_snapshot_identifier, attributes)
          response = Excon::Response.new
          response.status = 200
          response.body = {
            'requestId' => Fog::AWS::Mock.request_id
          }.merge!(data)
          response
        end