File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/@aws-cdk/toolkit-lib/lib/api/deployments Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ export class EarlyValidationReporter implements ValidationReporter {
2626
2727 return `The template cannot be deployed because of early validation errors, but retrieving more details about those
2828errors failed (${ error } ). Make sure you have permissions to call the DescribeEvents API, or re-bootstrap
29- your environment with the latest version of the CLI (need at least version 30, current version ${ currentVersion ?? 'unknown' } ).` ;
29+ your environment by running 'cdk bootstrap' to update the Bootstrap CDK Toolkit stack.
30+ Bootstrap toolkit stack version 30 or later is needed; current version: ${ currentVersion ?? 'unknown' } ).` ;
3031 }
3132
3233 let message = `ChangeSet '${ changeSetName } ' on stack '${ stackName } ' failed early validation` ;
You can’t perform that action at this time.
0 commit comments