# File lib/aws/iam/virtual_mfa_device.rb, line 122
      def format_auth_code(code)
        sprintf("%06d", code)
      end