AWS Security ChangesHomeSearch

AWS nova documentation change

Service: nova · 2025-12-07 · Documentation low

File: nova/latest/userguide/image-gen-errors.md

Summary

Updated punctuation formatting (straight quotes/apostrophes to curly quotes) in error message examples

Security assessment

The changes only involve typographical adjustments to quotation marks and apostrophes in error message examples. There is no modification to the actual error handling logic, security policies, or content filtering mechanisms described. The security-related content (RAI policies, input validation) remains unchanged.

Diff

diff --git a/nova/latest/userguide/image-gen-errors.md b/nova/latest/userguide/image-gen-errors.md
index 35deca1fb..808a0e874 100644
--- a//nova/latest/userguide/image-gen-errors.md
+++ b//nova/latest/userguide/image-gen-errors.md
@@ -9 +9 @@ There are three primary types of errors that you want to handle in your applicat
-Input validation errors occur when you use an unsupported value for an input parameter. For example, a width value that doesn't match one of the supported resolutions, an input image that exceeds the maximum allowed size, or a `maskImage` that contains colors other than pure black and white. All input validation errors are expressed as a `ValidationException` which contains a message string describing the cause of the problem.
+Input validation errors occur when you use an unsupported value for an input parameter. For example, a width value that doesn’t match one of the supported resolutions, an input image that exceeds the maximum allowed size, or a `maskImage` that contains colors other than pure black and white. All input validation errors are expressed as a `ValidationException` which contains a message string describing the cause of the problem.
@@ -13 +13 @@ RAI input deflection errors occur when any of the input text values or images ar
-  * Input text validation message - "This request has been blocked by our content filters. Please adjust your text prompt to submit a new request."
+  * Input text validation message - “This request has been blocked by our content filters. Please adjust your text prompt to submit a new request.”
@@ -15 +15 @@ RAI input deflection errors occur when any of the input text values or images ar
-  * Input image validation message - "This request has been blocked by our content filters. Please adjust your input image to submit a new request."
+  * Input image validation message - “This request has been blocked by our content filters. Please adjust your input image to submit a new request.”
@@ -22 +22 @@ RAI output deflection errors occur when an image is generated but it is misalign
-  * If all requested images violate RAI policy - "All of the generated images have been blocked by our content filters."
+  * If all requested images violate RAI policy - “All of the generated images have been blocked by our content filters.”
@@ -24 +24 @@ RAI output deflection errors occur when an image is generated but it is misalign
-  * If some, but not all, requested images violate RIA policy - "Some of the generated images have been blocked by our content filters."
+  * If some, but not all, requested images violate RIA policy - “Some of the generated images have been blocked by our content filters.”