Skip to content

Commit ed47b3d

Browse files
committed
fix: update get credential error message
1 parent e17bd6f commit ed47b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serverless.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ServerlessComponent extends Component {
1111
if (!tmpSecrets || !tmpSecrets.TmpSecretId) {
1212
throw new TypeError(
1313
'CREDENTIAL',
14-
'Cannot get secretId/Key, your account could be sub-account or does not have access, please check if SLS_QcsRole role exists in your account, and visit https://console.cloud.tencent.com/cam to bind this role to your account.'
14+
'Cannot get secretId/Key, your account could be sub-account and does not have the access to use SLS_QcsRole, please make sure the role exists first, then visit https://cloud.tencent.com/document/product/1154/43006, follow the instructions to bind the role to your account.'
1515
)
1616
}
1717

0 commit comments

Comments
 (0)