# File lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_notification_types.rb, line 21
          def end_element(name)
            case name
            when 'member'
              if @in_auto_scaling_notification_types
                @results['AutoScalingNotificationTypes'] << value
              end

            when 'AutoScalingNotificationTypes'
              @in_auto_scaling_notification_types = false

            when 'RequestId'
              @response['ResponseMetadata'][name] = value

            when 'DescribeAutoScalingNotificationTypesResponse'
              @response['DescribeAutoScalingNotificationTypesResult'] = @results
            end
          end