tencentcloud-sdk-python-intl-en 3.0.1090__py2.py3-none-any.whl → 3.0.1092__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.

@@ -5550,6 +5550,7 @@ class SendVerifyCodeRequest(AbstractModel):
5550
5550
  Parameter value is not allowed to be 7,380,86.
5551
5551
  :type CountryCode: str
5552
5552
  :param _PhoneNum: Mobile number.
5553
+ The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed.No need to add CountryCode before mobile number.
5553
5554
  :type PhoneNum: str
5554
5555
  """
5555
5556
  self._CountryCode = None
@@ -5570,6 +5571,7 @@ Parameter value is not allowed to be 7,380,86.
5570
5571
  @property
5571
5572
  def PhoneNum(self):
5572
5573
  """Mobile number.
5574
+ The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed.No need to add CountryCode before mobile number.
5573
5575
  :rtype: str
5574
5576
  """
5575
5577
  return self._PhoneNum
@@ -329,5 +329,8 @@ UNSUPPORTEDOPERATION_ISAUTORENEWERROR = 'UnsupportedOperation.IsAutoRenewError'
329
329
  # The instance version is too low.
330
330
  UNSUPPORTEDOPERATION_LIMITPROXYVERSION = 'UnsupportedOperation.LimitProxyVersion'
331
331
 
332
+ # The instance version is too low.
333
+ UNSUPPORTEDOPERATION_LOWVERSION = 'UnsupportedOperation.LowVersion'
334
+
332
335
  # Only Cluster Edition instances support backup exporting.
333
336
  UNSUPPORTEDOPERATION_ONLYCLUSTERINSTANCECANEXPORTBACKUP = 'UnsupportedOperation.OnlyClusterInstanceCanExportBackup'