tencentcloud-sdk-python-intl-en 3.0.1278__py2.py3-none-any.whl → 3.0.1279__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 +1 -1
- tencentcloud/apigateway/v20180808/errorcodes.py +30 -15
- tencentcloud/autoscaling/v20180419/errorcodes.py +2 -1
- tencentcloud/batch/v20170312/errorcodes.py +2 -1
- tencentcloud/cbs/v20170312/errorcodes.py +4 -2
- tencentcloud/cdb/v20170320/errorcodes.py +2 -1
- tencentcloud/cdn/v20180606/errorcodes.py +4 -2
- tencentcloud/cfs/v20190719/errorcodes.py +20 -10
- tencentcloud/cloudaudit/v20190319/errorcodes.py +8 -4
- tencentcloud/csip/v20221121/errorcodes.py +8 -4
- tencentcloud/cvm/v20170312/cvm_client.py +52 -0
- tencentcloud/cvm/v20170312/errorcodes.py +73 -32
- tencentcloud/cvm/v20170312/models.py +253 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +8 -4
- tencentcloud/dbbrain/v20191016/errorcodes.py +2 -1
- tencentcloud/dbbrain/v20210527/errorcodes.py +2 -1
- tencentcloud/dnspod/v20210323/dnspod_client.py +46 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +11 -4
- tencentcloud/dnspod/v20210323/models.py +287 -0
- tencentcloud/dts/v20180330/errorcodes.py +8 -4
- tencentcloud/dts/v20211206/errorcodes.py +2 -1
- tencentcloud/eb/v20210416/errorcodes.py +2 -1
- tencentcloud/ecm/v20190719/errorcodes.py +6 -3
- tencentcloud/eiam/v20210420/errorcodes.py +66 -33
- tencentcloud/emr/v20190103/errorcodes.py +2 -1
- tencentcloud/es/v20180416/errorcodes.py +32 -16
- tencentcloud/faceid/v20180301/errorcodes.py +2 -1
- tencentcloud/iai/v20200303/errorcodes.py +10 -5
- tencentcloud/ims/v20201229/errorcodes.py +6 -3
- tencentcloud/intlpartnersmgt/v20220928/errorcodes.py +4 -2
- tencentcloud/lcic/v20220817/errorcodes.py +2 -1
- tencentcloud/lighthouse/v20200324/errorcodes.py +16 -8
- tencentcloud/live/v20180801/errorcodes.py +14 -7
- tencentcloud/lke/v20231130/errorcodes.py +2 -1
- tencentcloud/mdl/v20200326/errorcodes.py +2 -1
- tencentcloud/mdp/v20200527/errorcodes.py +2 -1
- tencentcloud/mps/v20190612/errorcodes.py +4 -2
- tencentcloud/ocr/v20181119/errorcodes.py +4 -2
- tencentcloud/organization/v20181225/errorcodes.py +2 -1
- tencentcloud/organization/v20210331/errorcodes.py +1 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +6 -3
- tencentcloud/scf/v20180416/errorcodes.py +10 -5
- tencentcloud/sms/v20190711/errorcodes.py +2 -1
- tencentcloud/sms/v20210111/errorcodes.py +4 -2
- tencentcloud/tag/v20180813/errorcodes.py +2 -1
- tencentcloud/tat/v20201028/errorcodes.py +8 -4
- tencentcloud/tcr/v20190924/errorcodes.py +2 -1
- tencentcloud/tdmq/v20200217/errorcodes.py +2 -1
- tencentcloud/tem/v20210701/errorcodes.py +8 -4
- tencentcloud/teo/v20220106/errorcodes.py +4 -2
- tencentcloud/teo/v20220901/errorcodes.py +12 -6
- tencentcloud/teo/v20220901/models.py +14 -14
- tencentcloud/teo/v20220901/teo_client.py +1 -1
- tencentcloud/tiw/v20190919/errorcodes.py +4 -2
- tencentcloud/tke/v20180525/errorcodes.py +2 -1
- tencentcloud/tms/v20201229/errorcodes.py +2 -1
- tencentcloud/tmt/v20180321/errorcodes.py +14 -7
- tencentcloud/trtc/v20190722/errorcodes.py +4 -2
- tencentcloud/tts/v20190823/errorcodes.py +2 -1
- tencentcloud/vm/v20201229/errorcodes.py +2 -1
- tencentcloud/vm/v20210922/errorcodes.py +2 -1
- tencentcloud/vod/v20180717/errorcodes.py +12 -6
- tencentcloud/vpc/v20170312/errorcodes.py +76 -38
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/RECORD +67 -67
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1278.dist-info → tencentcloud_sdk_python_intl_en-3.0.1279.dist-info}/top_level.txt +0 -0
|
@@ -32,7 +32,8 @@ FAILEDOPERATION_BALANCEINSUFFICIENT = 'FailedOperation.BalanceInsufficient'
|
|
|
32
32
|
# Unsupported region.
|
|
33
33
|
FAILEDOPERATION_INVALIDREGION = 'FailedOperation.InvalidRegion'
|
|
34
34
|
|
|
35
|
-
#
|
|
35
|
+
# Unsupported IP type.
|
|
36
|
+
|
|
36
37
|
FAILEDOPERATION_IPTYPENOTPERMIT = 'FailedOperation.IpTypeNotPermit'
|
|
37
38
|
|
|
38
39
|
# The instance's primary ENI is not found.
|
|
@@ -89,7 +90,8 @@ INVALIDNETWORKINTERFACEID_NOTFOUND = 'InvalidNetworkInterfaceId.NotFound'
|
|
|
89
90
|
# A parameter error occurred.
|
|
90
91
|
INVALIDPARAMETER = 'InvalidParameter'
|
|
91
92
|
|
|
92
|
-
#
|
|
93
|
+
# ACL ID does not match the ACL type.
|
|
94
|
+
|
|
93
95
|
INVALIDPARAMETER_ACLTYPEMISMATCH = 'InvalidParameter.AclTypeMismatch'
|
|
94
96
|
|
|
95
97
|
# The parameters cannot be specified at the same time.
|
|
@@ -194,7 +196,8 @@ INVALIDPARAMETERVALUE_EIPBRANDWIDTHOUTINVALID = 'InvalidParameterValue.EIPBrandW
|
|
|
194
196
|
# Missing parameters.
|
|
195
197
|
INVALIDPARAMETERVALUE_EMPTY = 'InvalidParameterValue.Empty'
|
|
196
198
|
|
|
197
|
-
#
|
|
199
|
+
# Resource format error.
|
|
200
|
+
|
|
198
201
|
INVALIDPARAMETERVALUE_ILLEGAL = 'InvalidParameterValue.Illegal'
|
|
199
202
|
|
|
200
203
|
# The billing mode of this instance is different from that of others.
|
|
@@ -263,16 +266,20 @@ INVALIDPARAMETERVALUE_LIMITEXCEEDED = 'InvalidParameterValue.LimitExceeded'
|
|
|
263
266
|
# Invalid input parameter format.
|
|
264
267
|
INVALIDPARAMETERVALUE_MALFORMED = 'InvalidParameterValue.Malformed'
|
|
265
268
|
|
|
266
|
-
#
|
|
269
|
+
# The specified approval ticket number does not match the resource.
|
|
270
|
+
|
|
267
271
|
INVALIDPARAMETERVALUE_MEMBERAPPROVALAPPLICATIONIDMISMATCH = 'InvalidParameterValue.MemberApprovalApplicationIdMismatch'
|
|
268
272
|
|
|
269
|
-
#
|
|
273
|
+
# Workflow service approval ticket not approved.
|
|
274
|
+
|
|
270
275
|
INVALIDPARAMETERVALUE_MEMBERAPPROVALAPPLICATIONNOTAPPROVED = 'InvalidParameterValue.MemberApprovalApplicationNotApproved'
|
|
271
276
|
|
|
272
|
-
#
|
|
277
|
+
# Workflow service approval ticket rejected.
|
|
278
|
+
|
|
273
279
|
INVALIDPARAMETERVALUE_MEMBERAPPROVALAPPLICATIONREJECTED = 'InvalidParameterValue.MemberApprovalApplicationRejected'
|
|
274
280
|
|
|
275
|
-
#
|
|
281
|
+
# This request requires approval via the BPAAS workflow service, and the approval process is currently being initiated.
|
|
282
|
+
|
|
276
283
|
INVALIDPARAMETERVALUE_MEMBERAPPROVALAPPLICATIONSTARTED = 'InvalidParameterValue.MemberApprovalApplicationStarted'
|
|
277
284
|
|
|
278
285
|
# The bound instance is missing.
|
|
@@ -317,7 +324,8 @@ INVALIDPARAMETERVALUE_NETWORKINTERFACEINSTANCENOTSUPPORT = 'InvalidParameterValu
|
|
|
317
324
|
# The network interface ID was not found. The private IP address may not be configured on the network interface.
|
|
318
325
|
INVALIDPARAMETERVALUE_NETWORKINTERFACENOTFOUND = 'InvalidParameterValue.NetworkInterfaceNotFound'
|
|
319
326
|
|
|
320
|
-
#
|
|
327
|
+
# Not UTF-8 encoding.
|
|
328
|
+
|
|
321
329
|
INVALIDPARAMETERVALUE_NOTUTF8ENCODINGERROR = 'InvalidParameterValue.NotUtf8EncodingError'
|
|
322
330
|
|
|
323
331
|
# This operation is only available for primary ENIs.
|
|
@@ -350,7 +358,8 @@ INVALIDPARAMETERVALUE_RESOURCENOTFOUND = 'InvalidParameterValue.ResourceNotFound
|
|
|
350
358
|
# The resource does not support this operation.
|
|
351
359
|
INVALIDPARAMETERVALUE_RESOURCENOTSUPPORT = 'InvalidParameterValue.ResourceNotSupport'
|
|
352
360
|
|
|
353
|
-
#
|
|
361
|
+
# The specified priorities conflict with each other or with existing priorities.
|
|
362
|
+
|
|
354
363
|
INVALIDPARAMETERVALUE_ROUTEPOLICYPRIORITYCONFLICT = 'InvalidParameterValue.RoutePolicyPriorityConflict'
|
|
355
364
|
|
|
356
365
|
# Operation failed: The instance to shut down is using the current resource.
|
|
@@ -428,13 +437,16 @@ INVALIDPARAMETERVALUE_VPCCIDRCONFLICT = 'InvalidParameterValue.VpcCidrConflict'
|
|
|
428
437
|
# This feature is not available for this direct connect gateway.
|
|
429
438
|
INVALIDPARAMETERVALUE_VPGTYPENOTMATCH = 'InvalidParameterValue.VpgTypeNotMatch'
|
|
430
439
|
|
|
431
|
-
#
|
|
440
|
+
# The current BGP tunnel subnet: `%(key)s` overlaps with the existing BGP tunnel subnet: `%(value)s`.
|
|
441
|
+
|
|
432
442
|
INVALIDPARAMETERVALUE_VPNCONNBGPTUNNELCIDRCONFLICT = 'InvalidParameterValue.VpnConnBgpTunnelCidrConflict'
|
|
433
443
|
|
|
434
|
-
#
|
|
444
|
+
# The BGP tunnel subnet must be a /30 subnet.
|
|
445
|
+
|
|
435
446
|
INVALIDPARAMETERVALUE_VPNCONNBGPTUNNELCIDRMASK = 'InvalidParameterValue.VpnConnBgpTunnelCidrMask'
|
|
436
447
|
|
|
437
|
-
#
|
|
448
|
+
# The cloud-side or user-side BGP address: `%(value)s` must be within the BGP tunnel subnet `%(key)s`.
|
|
449
|
+
|
|
438
450
|
INVALIDPARAMETERVALUE_VPNCONNBGPTUNNELCIDRNOTSUPPORTED = 'InvalidParameterValue.VpnConnBgpTunnelCidrNotSupported'
|
|
439
451
|
|
|
440
452
|
# Destination IP address range conflicts with CIDR block of the current VPC tunnel.
|
|
@@ -515,7 +527,8 @@ LIMITEXCEEDED_DAILYALLOCATEADDRESSQUOTALIMITEXCEEDED = 'LimitExceeded.DailyAlloc
|
|
|
515
527
|
# Run out of the daily chances to change the IP.
|
|
516
528
|
LIMITEXCEEDED_DAILYCHANGEADDRESSQUOTA = 'LimitExceeded.DailyChangeAddressQuota'
|
|
517
529
|
|
|
518
|
-
#
|
|
530
|
+
# The default VPC quota has been reached.
|
|
531
|
+
|
|
519
532
|
LIMITEXCEEDED_DEFAULTVPCLIMITEXCEEDED = 'LimitExceeded.DefaultVpcLimitExceeded'
|
|
520
533
|
|
|
521
534
|
# Exceeded the upper limit of the EIPs bound to the instance.
|
|
@@ -527,7 +540,8 @@ LIMITEXCEEDED_MODIFYADDRESSINTERNETCHARGETYPEQUOTA = 'LimitExceeded.ModifyAddres
|
|
|
527
540
|
# Ran out of the monthly quota of chances to retrieve IPs.
|
|
528
541
|
LIMITEXCEEDED_MONTHLYADDRESSRECOVERYQUOTA = 'LimitExceeded.MonthlyAddressRecoveryQuota'
|
|
529
542
|
|
|
530
|
-
#
|
|
543
|
+
# The DNAT rule quota for the NAT gateway has been reached.
|
|
544
|
+
|
|
531
545
|
LIMITEXCEEDED_NATGATEWAYDNATLIMITEXCEEDED = 'LimitExceeded.NatGatewayDnatLimitExceeded'
|
|
532
546
|
|
|
533
547
|
# Reached the upper limit of NAT gateways.
|
|
@@ -536,7 +550,8 @@ LIMITEXCEEDED_NATGATEWAYLIMITEXCEEDED = 'LimitExceeded.NatGatewayLimitExceeded'
|
|
|
536
550
|
# The number of NAT gateways created by the VPC has reached the upper limit.
|
|
537
551
|
LIMITEXCEEDED_NATGATEWAYPERVPCLIMITEXCEEDED = 'LimitExceeded.NatGatewayPerVpcLimitExceeded'
|
|
538
552
|
|
|
539
|
-
#
|
|
553
|
+
# The number of elastic network interfaces created in the VPC exceeds the quota.
|
|
554
|
+
|
|
540
555
|
LIMITEXCEEDED_NETWORKINTERFACELIMITEXCEEDED = 'LimitExceeded.NetworkInterfaceLimitExceeded'
|
|
541
556
|
|
|
542
557
|
# Exceeded the character limit of a filter name.
|
|
@@ -593,7 +608,8 @@ RESOURCEINSUFFICIENT = 'ResourceInsufficient'
|
|
|
593
608
|
# The IP range resources are insufficient.
|
|
594
609
|
RESOURCEINSUFFICIENT_CIDRBLOCK = 'ResourceInsufficient.CidrBlock'
|
|
595
610
|
|
|
596
|
-
#
|
|
611
|
+
# The specified instance type is sold out.
|
|
612
|
+
|
|
597
613
|
RESOURCEINSUFFICIENT_INSTANCE = 'ResourceInsufficient.Instance'
|
|
598
614
|
|
|
599
615
|
# The subnet does not have sufficient IPs.
|
|
@@ -731,10 +747,12 @@ UNSUPPORTEDOPERATION_DELDEFAULTROUTE = 'UnsupportedOperation.DelDefaultRoute'
|
|
|
731
747
|
# Unable to delete: This is a route table associated with a subnet.
|
|
732
748
|
UNSUPPORTEDOPERATION_DELROUTEWITHSUBNET = 'UnsupportedOperation.DelRouteWithSubnet'
|
|
733
749
|
|
|
734
|
-
#
|
|
750
|
+
# The VPN tunnel is updating/deleting/creating, and this operation is not supported.
|
|
751
|
+
|
|
735
752
|
UNSUPPORTEDOPERATION_DELETEVPNCONNINVALIDSTATE = 'UnsupportedOperation.DeleteVpnConnInvalidState'
|
|
736
753
|
|
|
737
|
-
#
|
|
754
|
+
# Delivery failed.
|
|
755
|
+
|
|
738
756
|
UNSUPPORTEDOPERATION_DELIVERYFAILED = 'UnsupportedOperation.DeliveryFailed'
|
|
739
757
|
|
|
740
758
|
# Direct connect gateway is updating the BGP Community attribute.
|
|
@@ -761,7 +779,8 @@ UNSUPPORTEDOPERATION_ECMPWITHUSERROUTE = 'UnsupportedOperation.EcmpWithUserRoute
|
|
|
761
779
|
# Multi-cast is not available in the current region.
|
|
762
780
|
UNSUPPORTEDOPERATION_ENABLEMULTICAST = 'UnsupportedOperation.EnableMulticast'
|
|
763
781
|
|
|
764
|
-
#
|
|
782
|
+
# The endpoint and endpoint service have inconsistent CdcIds.
|
|
783
|
+
|
|
765
784
|
UNSUPPORTEDOPERATION_ENDPOINTMISMATCHENDPOINTSERVICECDCID = 'UnsupportedOperation.EndPointMismatchEndPointServiceCdcId'
|
|
766
785
|
|
|
767
786
|
# The endpoint service itself cannot be set as the endpoint.
|
|
@@ -776,13 +795,16 @@ UNSUPPORTEDOPERATION_FLOWLOGSNOTSUPPORTKOINSTANCEENI = 'UnsupportedOperation.Flo
|
|
|
776
795
|
# Unable to create a flow log: the current ENI is not bound to an instance.
|
|
777
796
|
UNSUPPORTEDOPERATION_FLOWLOGSNOTSUPPORTNULLINSTANCEENI = 'UnsupportedOperation.FlowLogsNotSupportNullInstanceEni'
|
|
778
797
|
|
|
779
|
-
#
|
|
798
|
+
# TGW has not yet deployed IPv6 subnets.
|
|
799
|
+
|
|
780
800
|
UNSUPPORTEDOPERATION_IPV6CIDRNOTDEPLOYED = 'UnsupportedOperation.IPV6CidrNotDeployed'
|
|
781
801
|
|
|
782
|
-
#
|
|
802
|
+
# The specified customer token has been used.
|
|
803
|
+
|
|
783
804
|
UNSUPPORTEDOPERATION_IDEMPOTENTPARAMETERMISMATCH = 'UnsupportedOperation.IdempotentParameterMismatch'
|
|
784
805
|
|
|
785
|
-
#
|
|
806
|
+
# The previous idempotent request is still being processed. Please try again later.
|
|
807
|
+
|
|
786
808
|
UNSUPPORTEDOPERATION_IDEMPOTENTPROCESSING = 'UnsupportedOperation.IdempotentProcessing'
|
|
787
809
|
|
|
788
810
|
# This type of address does not support this operation.
|
|
@@ -791,7 +813,8 @@ UNSUPPORTEDOPERATION_INCORRECTADDRESSRESOURCETYPE = 'UnsupportedOperation.Incorr
|
|
|
791
813
|
# The configured instance does not match with the route table.
|
|
792
814
|
UNSUPPORTEDOPERATION_INSTANCEANDRTBNOTMATCH = 'UnsupportedOperation.InstanceAndRtbNotMatch'
|
|
793
815
|
|
|
794
|
-
#
|
|
816
|
+
# The CdcId of the current cloud connect network `%(value)s` does not match that of the input instance and cannot be associated.
|
|
817
|
+
|
|
795
818
|
UNSUPPORTEDOPERATION_INSTANCECDCIDNOTMATCHCCNCDCID = 'UnsupportedOperation.InstanceCdcIdNotMatchCcnCdcId'
|
|
796
819
|
|
|
797
820
|
# The specified instance resource does not match.
|
|
@@ -806,7 +829,8 @@ UNSUPPORTEDOPERATION_INSTANCESTATENOTSUPPORTED = 'UnsupportedOperation.InstanceS
|
|
|
806
829
|
# Insufficient account balance.
|
|
807
830
|
UNSUPPORTEDOPERATION_INSUFFICIENTFUNDS = 'UnsupportedOperation.InsufficientFunds'
|
|
808
831
|
|
|
809
|
-
#
|
|
832
|
+
# At least two carriers are required.
|
|
833
|
+
|
|
810
834
|
UNSUPPORTEDOPERATION_INSUFFICIENTINTERNETSERVICEPROVIDERS = 'UnsupportedOperation.InsufficientInternetServiceProviders'
|
|
811
835
|
|
|
812
836
|
# Unsupported operation.
|
|
@@ -842,13 +866,15 @@ UNSUPPORTEDOPERATION_ISPNOTSUPPORTED = 'UnsupportedOperation.IspNotSupported'
|
|
|
842
866
|
# The specified CDC instance already has a local gateway.
|
|
843
867
|
UNSUPPORTEDOPERATION_LOCALGATEWAYALREADYEXISTS = 'UnsupportedOperation.LocalGatewayAlreadyExists'
|
|
844
868
|
|
|
845
|
-
#
|
|
869
|
+
# The resource is locked.
|
|
870
|
+
|
|
846
871
|
UNSUPPORTEDOPERATION_LOCKEDRESOURCES = 'UnsupportedOperation.LockedResources'
|
|
847
872
|
|
|
848
873
|
# The account does not support modifying this attribute of the public IP.
|
|
849
874
|
UNSUPPORTEDOPERATION_MODIFYADDRESSATTRIBUTE = 'UnsupportedOperation.ModifyAddressAttribute'
|
|
850
875
|
|
|
851
|
-
#
|
|
876
|
+
# The VPC instance has an account-level IPv6 whitelist and does not support associating with multi-cloud connect networks.
|
|
877
|
+
|
|
852
878
|
UNSUPPORTEDOPERATION_MULTIPLEVPCNOTSUPPORTATTACHACCOUNTHASIPV6 = 'UnsupportedOperation.MultipleVpcNotSupportAttachAccountHasIpv6'
|
|
853
879
|
|
|
854
880
|
# The resource mutual exclusion operation is being executed.
|
|
@@ -860,7 +886,8 @@ UNSUPPORTEDOPERATION_NATGATEWAYEIPNOTEXISTS = 'UnsupportedOperation.NatGatewayEi
|
|
|
860
886
|
# There are IPs associated with this NAT gateway.
|
|
861
887
|
UNSUPPORTEDOPERATION_NATGATEWAYHADEIPUNASSOCIATE = 'UnsupportedOperation.NatGatewayHadEipUnassociate'
|
|
862
888
|
|
|
863
|
-
#
|
|
889
|
+
# The NAT gateway has been blocked, and this operation is not supported.
|
|
890
|
+
|
|
864
891
|
UNSUPPORTEDOPERATION_NATGATEWAYRESTRICTED = 'UnsupportedOperation.NatGatewayRestricted'
|
|
865
892
|
|
|
866
893
|
# The private IP specified in the SNAT/DNAT forwarding rule has been bound with another rule.
|
|
@@ -899,13 +926,15 @@ UNSUPPORTEDOPERATION_NOTSUPPORTATTACHEDGEANDCROSSBORDERINSTANCE = 'UnsupportedOp
|
|
|
899
926
|
# The default route table cannot be deleted.
|
|
900
927
|
UNSUPPORTEDOPERATION_NOTSUPPORTDELETEDEFAULTROUTETABLE = 'UnsupportedOperation.NotSupportDeleteDefaultRouteTable'
|
|
901
928
|
|
|
902
|
-
#
|
|
929
|
+
# Unsupported availability zone.
|
|
930
|
+
|
|
903
931
|
UNSUPPORTEDOPERATION_NOTSUPPORTZONE = 'UnsupportedOperation.NotSupportZone'
|
|
904
932
|
|
|
905
933
|
# This type of addresses cannot be released.
|
|
906
934
|
UNSUPPORTEDOPERATION_NOTSUPPORTEDADDRESSIPSCHARGETYPE = 'UnsupportedOperation.NotSupportedAddressIpsChargeType'
|
|
907
935
|
|
|
908
|
-
#
|
|
936
|
+
# Egress 2 resources are not available in this region. Please purchase in Beijing/Guangzhou/Nanjing.
|
|
937
|
+
|
|
909
938
|
UNSUPPORTEDOPERATION_NOTSUPPORTEDPURCHASECENTEREGRESSRESOURCE = 'UnsupportedOperation.NotSupportedPurchaseCenterEgressResource'
|
|
910
939
|
|
|
911
940
|
# The current CCN instance does not support publishing update routes.
|
|
@@ -947,7 +976,8 @@ UNSUPPORTEDOPERATION_RECORDEXISTS = 'UnsupportedOperation.RecordExists'
|
|
|
947
976
|
# The record does not exist.
|
|
948
977
|
UNSUPPORTEDOPERATION_RECORDNOTEXISTS = 'UnsupportedOperation.RecordNotExists'
|
|
949
978
|
|
|
950
|
-
#
|
|
979
|
+
# This security group contains nested security group rules and does not support cross-region cloning.
|
|
980
|
+
|
|
951
981
|
UNSUPPORTEDOPERATION_REMOTEREGIONSGHASREFERENCEDSG = 'UnsupportedOperation.RemoteRegionSgHasReferencedSg'
|
|
952
982
|
|
|
953
983
|
# Operation prohibited: The resource is not available.
|
|
@@ -959,7 +989,8 @@ UNSUPPORTEDOPERATION_RESOURCEMISMATCH = 'UnsupportedOperation.ResourceMismatch'
|
|
|
959
989
|
# No roles available. Please confirm whether you get the authorization for the role.
|
|
960
990
|
UNSUPPORTEDOPERATION_ROLENOTFOUND = 'UnsupportedOperation.RoleNotFound'
|
|
961
991
|
|
|
962
|
-
#
|
|
992
|
+
# The current route table deletion failed. Please check if there are any associated policies.
|
|
993
|
+
|
|
963
994
|
UNSUPPORTEDOPERATION_ROUTETABLECANNOTDELETE = 'UnsupportedOperation.RouteTableCanNotDelete'
|
|
964
995
|
|
|
965
996
|
# The routing table is bound to a subnet.
|
|
@@ -1052,25 +1083,32 @@ UNSUPPORTEDOPERATION_VPCMISMATCH = 'UnsupportedOperation.VpcMismatch'
|
|
|
1052
1083
|
# Operation failed: The tunnel is not available now.
|
|
1053
1084
|
UNSUPPORTEDOPERATION_VPNCONNINVALIDSTATE = 'UnsupportedOperation.VpnConnInvalidState'
|
|
1054
1085
|
|
|
1055
|
-
#
|
|
1086
|
+
# There is a conflict in the SPD local network segment. Please check and try again.
|
|
1087
|
+
|
|
1056
1088
|
UNSUPPORTEDOPERATION_VPNCONNSPDOVERLAP = 'UnsupportedOperation.VpnConnSPDOverlap'
|
|
1057
1089
|
|
|
1058
|
-
#
|
|
1090
|
+
# A VPC-type VPN gateway must specify VpcId.
|
|
1091
|
+
|
|
1059
1092
|
UNSUPPORTEDOPERATION_VPNGWVPCIDMUSTHAVE = 'UnsupportedOperation.VpnGwVpcIdMustHave'
|
|
1060
1093
|
|
|
1061
|
-
#
|
|
1094
|
+
# VPN does not support BGP.
|
|
1095
|
+
|
|
1062
1096
|
UNSUPPORTEDOPERATION_VPNUNSUPPORTEDBGP = 'UnsupportedOperation.VpnUnsupportedBgp'
|
|
1063
1097
|
|
|
1064
|
-
#
|
|
1098
|
+
# The BGP ASN of the peer gateway is the same as that of an existing tunnel peer or cloud-based VPN.
|
|
1099
|
+
|
|
1065
1100
|
UNSUPPORTEDOPERATION_VPNUNSUPPORTEDBGPASNEQUAL = 'UnsupportedOperation.VpnUnsupportedBgpAsnEqual'
|
|
1066
1101
|
|
|
1067
|
-
#
|
|
1102
|
+
# `The `%(value)s` does not support reducing VPN bandwidth.
|
|
1103
|
+
|
|
1068
1104
|
UNSUPPORTEDOPERATION_VPNUNSUPPORTEDMODIFYBANDWIDTH = 'UnsupportedOperation.VpnUnsupportedModifyBandwidth'
|
|
1069
1105
|
|
|
1070
|
-
#
|
|
1106
|
+
# VPN does not support modifying BGP ASN.
|
|
1107
|
+
|
|
1071
1108
|
UNSUPPORTEDOPERATION_VPNUNSUPPORTEDMODIFYBGPASN = 'UnsupportedOperation.VpnUnsupportedModifyBgpAsn'
|
|
1072
1109
|
|
|
1073
|
-
#
|
|
1110
|
+
# VPN is not configured with BGP ASN.
|
|
1111
|
+
|
|
1074
1112
|
UNSUPPORTEDOPERATION_VPNUNSUPPORTEDNOTEXISTBGPASN = 'UnsupportedOperation.VpnUnsupportedNotExistBgpAsn'
|
|
1075
1113
|
|
|
1076
1114
|
# The specified resources are not in the same availability zone.
|