Skip to content

Commit 8aebcb6

Browse files
authored
aws_batch_job_queue: return on error (#33163)
1 parent d2220ff commit 8aebcb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/batch/job_queue.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ func (r *resourceJobQueue) Update(ctx context.Context, request resource.UpdateRe
243243
"cannot remove the fair share scheduling policy",
244244
"cannot remove scheduling policy",
245245
)
246+
return
246247
}
247248
}
248249

0 commit comments

Comments
 (0)