# File lib/fog/aws/parsers/rds/revoke_db_security_group_ingress.rb, line 19
          def end_element(name)
            case name
            when 'DBSecurityGroup' then
              @response['RevokeDBSecurityGroupIngressResult']['DBSecurityGroup'] = @security_group
              @security_group = fresh_security_group
            when 'RequestId'
              @response['ResponseMetadata'][name] = value
            else
              super
            end

          end