tencentcloud-sdk-python-intl-en 3.0.1138__py2.py3-none-any.whl → 3.0.1139__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.

tencentcloud/__init__.py CHANGED
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- __version__ = '3.0.1138'
16
+ __version__ = '3.0.1139'
@@ -65,7 +65,7 @@ FAILEDOPERATION_CREATELOGTOPICTASKAUTHFAILURE = 'FailedOperation.CreateLogTopicT
65
65
  # The edge client certificate has expired. It is not supported to issue expired certificates for the time being.
66
66
  FAILEDOPERATION_EDGECLIENTCERTIFICATEHASEXPIRED = 'FailedOperation.EdgeClientCertificateHasExpired'
67
67
 
68
- #
68
+ # Failed to call dnspod. please try again later. if the issue persists, please contact the intelligent customer service or submit a ticket.
69
69
  FAILEDOPERATION_FAILEDTOCALLDNSPOD = 'FailedOperation.FailedToCallDNSPod'
70
70
 
71
71
  # Another task is being deployed. Please try again later.
@@ -860,6 +860,9 @@ INVALIDPARAMETERVALUE_SHAREDCNAMEPREFIXNOTMATCH = 'InvalidParameterValue.SharedC
860
860
  # The current domain suffix is not supported for access. Please contact us if you need to use it.
861
861
  INVALIDPARAMETERVALUE_TOPLEVELDOMAINNOTSUPPORT = 'InvalidParameterValue.TopLevelDomainNotSupport'
862
862
 
863
+ # Referencing is not allowed on the custom page of the trial plan.
864
+ INVALIDPARAMETERVALUE_TRIALPLANRESPONSEPAGE = 'InvalidParameterValue.TrialPlanResponsePage'
865
+
863
866
  # Configuration item error.
864
867
  INVALIDPARAMETERVALUE_UNRECOGNIZABLEVALUE = 'InvalidParameterValue.UnrecognizableValue'
865
868