We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19eb5d1 commit ca86046Copy full SHA for ca86046
src/ec2/model.ts
@@ -113,7 +113,7 @@ export class Ec2ConnectionManager {
113
const hasPermission = await this.hasProperPermissions(IamRole!.Arn)
114
115
if (!hasPermission) {
116
- const message = `Ensure an IAM role with the required policies is attached to the instance. Found attached role: ${
+ const message = `Ensure an IAM role with the proper permissions is attached to the instance. Found attached role: ${
117
IamRole!.Arn
118
}`
119
this.throwConnectionError(message, selection, {
0 commit comments