Problem description
The ID that is specified in the PutBucketRTC request does not match any data replication rules for which you want to enable or disable the Replication Time Control (RTC) feature.
Causes
You initiated a PutBucketRTC request, but the ID that is specified in the request does not match any data replication rules.
Examples
The ID abcd that is specified in the following request does not match any data replication rules.
PUT /?rtc HTTP/1.1
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
Date: GMT Date
Content-Length: ContentLength
Content-Type: application/xml
Authorization: SignatureValue
<?xml version="1.0" encoding="UTF-8"?>
<ReplicationRule>
<RTC>
<Status>enabled or disabled</Status>
</RTC>
<ID>abcd</ID>
</ReplicationRule>
Solutions
Make sure that the ID of an existing data replication rule is correctly specified.