Skip to content

Commit ca86046

Browse files
committed
update error message
1 parent 19eb5d1 commit ca86046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ec2/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class Ec2ConnectionManager {
113113
const hasPermission = await this.hasProperPermissions(IamRole!.Arn)
114114

115115
if (!hasPermission) {
116-
const message = `Ensure an IAM role with the required policies is attached to the instance. Found attached role: ${
116+
const message = `Ensure an IAM role with the proper permissions is attached to the instance. Found attached role: ${
117117
IamRole!.Arn
118118
}`
119119
this.throwConnectionError(message, selection, {

0 commit comments

Comments
 (0)