You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printer.Infof("Please start over with a different profile, or add this permission in IAM.\n")
872
872
returnawf_error(errors.New("Failed to update the ECS task definition due to insufficient permissions."))
873
873
}
874
+
printer.Errorf("Could not register an ECS task definition. The error from the AWS library is shown below. Please send this log message to observability-support@postman.com for assistance.\n", err)
returnawf_error(errors.New("Failed to update the ECS service due to insufficient permissions."))
914
916
}
917
+
printer.Errorf("Could not update the ECS service %q. The error from the AWS library is shown below. Please send this log message to observability-support@postman.com for assistance.\n", wf.ecsServiceARN, err)
918
+
returnawf_error(errors.Wrapf(err, "Error updating ECS service %q", wf.ecsServiceARN))
915
919
}
916
920
printer.Infof("Updated service %q with new version of task definition.\n", wf.ecsService)
0 commit comments