Skip to content

Commit 764287e

Browse files
committed
fix: update get credential error message
1 parent fa4eebd commit 764287e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/serverless.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class ServerlessComponent extends Component {
99

1010
if (!tmpSecrets || !tmpSecrets.TmpSecretId) {
1111
throw new Error(
12-
'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.'
12+
'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.'
1313
)
1414
}
1515

0 commit comments

Comments
 (0)