tencentcloud-sdk-python-intl-en 3.0.1234__py2.py3-none-any.whl → 3.0.1235__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.1234'
16
+ __version__ = '3.0.1235'
@@ -17,6 +17,9 @@
17
17
  # CAM signature/authentication error
18
18
  AUTHFAILURE = 'AuthFailure'
19
19
 
20
+ # Public network access has been enabled for the current instance.
21
+ FAILEDOPERATION_NOTALLOWMODIFYADDRAFTEROPENWANSERVICE = 'FailedOperation.NotAllowModifyAddrAfterOpenWanService'
22
+
20
23
  # Internal error
21
24
  INTERNALERROR = 'InternalError'
22
25
 
@@ -35,7 +38,7 @@ INVALIDPARAMETER_CURRENTINSTANCENOTSUPPORTMODIFYPARAMS = 'InvalidParameter.Curre
35
38
  # Invalid Vip information
36
39
  INVALIDPARAMETER_INVALIDVIP = 'InvalidParameter.InvalidVip'
37
40
 
38
- # The current subaccount has no permission to perform this operation.
41
+ # The current sub-account has no permission to perform this operation.
39
42
  INVALIDPARAMETER_PERMISSIONDENIED = 'InvalidParameter.PermissionDenied'
40
43
 
41
44
  # Instances are not purchasable in this AZ.
@@ -131,7 +134,7 @@ INVALIDPARAMETERVALUE_SECURITYGROUPID = 'InvalidParameterValue.SecurityGroupId'
131
134
  # The disk size to be set cannot be less than 1.2 times the used disk capacity.
132
135
  INVALIDPARAMETERVALUE_SETDISKLESSTHANUSED = 'InvalidParameterValue.SetDiskLessThanUsed'
133
136
 
134
- # The value of the `slowMS` parameter should be at least 100 ms.
137
+ # The value range of the slowMS parameter is [100,65536].
135
138
  INVALIDPARAMETERVALUE_SLOWMSBELOWLIMIT = 'InvalidParameterValue.SlowMSBelowLimit'
136
139
 
137
140
  # Incorrect purchasable specification.
@@ -158,6 +161,9 @@ INVALIDPARAMETERVALUE_ZONECLOSED = 'InvalidParameterValue.ZoneClosed'
158
161
  # Invalid availability zone
159
162
  INVALIDPARAMETERVALUE_ZONEERROR = 'InvalidParameterValue.ZoneError'
160
163
 
164
+ # The API frequency limit is triggered due to frequent requests.
165
+ LIMITEXCEEDED_TOOMANYREQUESTS = 'LimitExceeded.TooManyRequests'
166
+
161
167
  # The resource does not exist.
162
168
  RESOURCENOTFOUND = 'ResourceNotFound'
163
169