You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
↘ Caused by [AlibabaCloud\Client\Exception\ServerException#400] MissingRegion: Region is mandatory for this action. RequestId: B830AAD3-3191-5EF2-A6B3-C44931386BF2 POST "http://dts.aliyuncs.com" 400
Pure Code:
AlibabaCloud::accessKeyClient($getAccessKeyId, $getAccessKeySecret)
->regionId($regionId)
->asDefaultClient();
// error in next request call!
$response = Dts::v20200101()->describeDtsJobs([])
->withJobType('SYNC')
->withPageNumber(1)
->withPageSize(30)
->request();
The text was updated successfully, but these errors were encountered:
Dts::v20200101()->describeDtsJobs
Received error as following:
Pure Code:
The text was updated successfully, but these errors were encountered: