Skip to content

Commit 12dd887

Browse files
authored
Marking NotStabilized Error Code as Terminal (#361)
1 parent 82ed8f8 commit 12dd887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/software/amazon/cloudformation/proxy/HandlerErrorCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public enum HandlerErrorCode {
7373

7474
/**
7575
* the downstream resource failed to complete all of its ready state checks
76-
* (Retriable)
76+
* (Terminal)
7777
*/
7878
NotStabilized(ExceptionMessages.NOT_STABILIZED),
7979

0 commit comments

Comments
 (0)