tencentcloud-sdk-python-intl-en 3.0.1267__py2.py3-none-any.whl → 3.0.1269__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.
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.1267'
16
+ __version__ = '3.0.1269'
@@ -29,6 +29,9 @@ FAILEDOPERATION_CREATEORDERFAILED = 'FailedOperation.CreateOrderFailed'
29
29
  # Database error.
30
30
  FAILEDOPERATION_DBERROR = 'FailedOperation.DBError'
31
31
 
32
+ # Public network operation failed.
33
+ FAILEDOPERATION_DOMAINOPERATIONFAILED = 'FailedOperation.DomainOperationFailed'
34
+
32
35
  # The operation failed or the network timed out.
33
36
  FAILEDOPERATION_GCSERROR = 'FailedOperation.GcsError'
34
37
 
@@ -47,6 +50,9 @@ FAILEDOPERATION_QUERYORDERFAILED = 'FailedOperation.QueryOrderFailed'
47
50
  # Billing error. Failed to query price.
48
51
  FAILEDOPERATION_QUERYPRICEFAILED = 'FailedOperation.QueryPriceFailed'
49
52
 
53
+ # Security group operation failed.
54
+ FAILEDOPERATION_SECURITYGROUPOPERATIONERROR = 'FailedOperation.SecurityGroupOperationError'
55
+
50
56
  # Failed to operate the network or the session timed out.
51
57
  FAILEDOPERATION_VPCERROR = 'FailedOperation.VPCError'
52
58
 
@@ -68,6 +74,9 @@ INTERNALERROR_DBCONNECTERROR = 'InternalError.DBConnectError'
68
74
  # Database error
69
75
  INTERNALERROR_DBERROR = 'InternalError.DBError'
70
76
 
77
+ # A data error occurs.
78
+ INTERNALERROR_DATAERROR = 'InternalError.DataError'
79
+
71
80
  # GCS API error.
72
81
  INTERNALERROR_GCSERROR = 'InternalError.GcsError'
73
82
 
@@ -194,9 +203,15 @@ INVALIDPARAMETERVALUE_PASSWORDISILLEGAL = 'InvalidParameterValue.PasswordIsIlleg
194
203
  # Incorrect database permission settings.
195
204
  INVALIDPARAMETERVALUE_PRIVILEGEISILLEGAL = 'InvalidParameterValue.PrivilegeIsIllegal'
196
205
 
206
+ # The publish/subscribe name does not meet the requirements.
207
+ INVALIDPARAMETERVALUE_PUBSUBNAMEISILLEGAL = 'InvalidParameterValue.PubSubNameIsIllegal'
208
+
197
209
  # Read-only group name contains invalid characters.
198
210
  INVALIDPARAMETERVALUE_ROGROUPNAMEISILLEGAL = 'InvalidParameterValue.RoGroupNameIsIllegal'
199
211
 
212
+ # The read-only group status is abnormal.
213
+ INVALIDPARAMETERVALUE_ROGROUPSTATUSISILLEGAL = 'InvalidParameterValue.RoGroupStatusIsIllegal'
214
+
200
215
  # Invalid security group ID.
201
216
  INVALIDPARAMETERVALUE_SECURITYGROUPIDISILLEGAL = 'InvalidParameterValue.SecurityGroupIdIsIllegal'
202
217