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

@@ -14,6 +14,9 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
+ # CAM signature/authentication error.
18
+ AUTHFAILURE = 'AuthFailure'
19
+
17
20
  # Operation failed
18
21
  FAILEDOPERATION = 'FailedOperation'
19
22
 
@@ -35,6 +38,9 @@ FAILEDOPERATION_CREATEORDER = 'FailedOperation.CreateOrder'
35
38
  # Failed to create a resource pack
36
39
  FAILEDOPERATION_CREATESOURCEPACKAGEERROR = 'FailedOperation.CreateSourcePackageError'
37
40
 
41
+ #
42
+ FAILEDOPERATION_CYNOSDBMYSQLSETBACKUPSTRATEGY = 'FailedOperation.CynosdbMysqlSetBackupStrategy'
43
+
38
44
  # Failed to access the database. Please try again later. If the problem persists, please contact customer service.
39
45
  FAILEDOPERATION_DATABASEACCESSERROR = 'FailedOperation.DatabaseAccessError'
40
46
 
@@ -56,6 +62,9 @@ FAILEDOPERATION_GETOSSINFOERROR = 'FailedOperation.GetOssInfoError'
56
62
  # Insufficient account balance
57
63
  FAILEDOPERATION_INSUFFICIENTBALANCE = 'FailedOperation.InsufficientBalance'
58
64
 
65
+ # Modification of resource package deduction priority failed. check parameters and try again later.
66
+ FAILEDOPERATION_MODIFYDEDUCTIONPRIORITYERROR = 'FailedOperation.ModifyDeductionPriorityError'
67
+
59
68
  # Operation failed. Try again later. If the problem persists, contact customer service.
60
69
  FAILEDOPERATION_OPERATIONFAILEDERROR = 'FailedOperation.OperationFailedError'
61
70
 
@@ -71,6 +80,12 @@ FAILEDOPERATION_QUERYSPECBYSPECCODEERROR = 'FailedOperation.QuerySpecBySpecCodeE
71
80
  # Failed to refund the resource pack
72
81
  FAILEDOPERATION_REFUNDSOURCEPACKAGEERROR = 'FailedOperation.RefundSourcePackageError'
73
82
 
83
+ # Policy modification failed.
84
+ FAILEDOPERATION_SERVERLESSSETSTRATEGYERROR = 'FailedOperation.ServerlessSetStrategyError'
85
+
86
+ # Specification information {{1}} search failure.
87
+ FAILEDOPERATION_SPECNOTFOUNDERROR = 'FailedOperation.SpecNotFoundError'
88
+
74
89
  # Failed to create the order and make a payment. Please try again later. If the problem persists, please contact customer service.
75
90
  FAILEDOPERATION_TRADECREATEORDERERROR = 'FailedOperation.TradeCreateOrderError'
76
91
 
@@ -236,6 +251,9 @@ OPERATIONDENIED_CLUSTEROPNOTALLOWEDERROR = 'OperationDenied.ClusterOpNotAllowedE
236
251
  # For the cluster in this status, the operation is not allowed.
237
252
  OPERATIONDENIED_CLUSTERSTATUSDENIEDERROR = 'OperationDenied.ClusterStatusDeniedError'
238
253
 
254
+ # Fail to retrieve the proxy.
255
+ OPERATIONDENIED_GETPROXYGROUPFAILEDERROR = 'OperationDenied.GetProxyGroupFailedError'
256
+
239
257
  # You do not have the permission to operate this resource.
240
258
  OPERATIONDENIED_INSTANCEACCESSDENIEDERROR = 'OperationDenied.InstanceAccessDeniedError'
241
259
 
@@ -248,6 +266,33 @@ OPERATIONDENIED_INSTANCESTATUSLIMITERROR = 'OperationDenied.InstanceStatusLimitE
248
266
  # Insufficient account balance.
249
267
  OPERATIONDENIED_INSUFFICIENTBALANCEERROR = 'OperationDenied.InsufficientBalanceError'
250
268
 
269
+ # Response size exceeds the limit: {{1}}. reduce the query quantity.
270
+ OPERATIONDENIED_LENGTHOVERLIMIT = 'OperationDenied.LengthOverLimit'
271
+
272
+ # You do not have permission to operate the resource (carry out this operation).
273
+ OPERATIONDENIED_OPERATIONDENIEDERROR = 'OperationDenied.OperationDeniedError'
274
+
275
+ # Paused-State serverless is not allowed to be modified for multi-availability zone.
276
+ OPERATIONDENIED_PAUSEDSLSNOTALLOWMODIFYSLAVE = 'OperationDenied.PausedSlsNotAllowModifySlave'
277
+
278
+ # Mismatched number of creatable connections supported by the proxy node. the supported number of create connections is {{1}}, and the current number of connections is {{2}}.
279
+ OPERATIONDENIED_PROXYCONNECTCOUNTCHECKERROR = 'OperationDenied.ProxyConnectCountCheckError'
280
+
281
+ # Proxy node quantity check_failed.
282
+ OPERATIONDENIED_PROXYNODECOUNTCHECKERROR = 'OperationDenied.ProxyNodeCountCheckError'
283
+
284
+ # Non-Running proxy.
285
+ OPERATIONDENIED_PROXYNOTRUNNINGERROR = 'OperationDenied.ProxyNotRunningError'
286
+
287
+ # Availability zone does not exist.
288
+ OPERATIONDENIED_PROXYSALEZONECHECKERROR = 'OperationDenied.ProxySaleZoneCheckError'
289
+
290
+ # Proxy version check_failed.
291
+ OPERATIONDENIED_PROXYVERSIONCHECKERROR = 'OperationDenied.ProxyVersionCheckError'
292
+
293
+ # Verification failure of proxy availability zone.
294
+ OPERATIONDENIED_PROXYZONECHECKERROR = 'OperationDenied.ProxyZoneCheckError'
295
+
251
296
  # For the serverless cluster in this status, the operation is not allowed.
252
297
  OPERATIONDENIED_SERVERLESSCLUSTERSTATUSDENIED = 'OperationDenied.ServerlessClusterStatusDenied'
253
298