AWS Security ChangesHomeSearch

AWS nova documentation change

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

File: nova/latest/nova2-userguide/troubleshooting.md

Summary

Improved error documentation formatting with added 'Symptoms' headers and solution separation. Removed specific timeout value from code example.

Security assessment

Changes are structural improvements to troubleshooting content without introducing new security-related information. The content_filtered error mention of AWS Responsible AI policy was pre-existing and not part of the diff changes. No specific security vulnerabilities or protections are added/modified.

Diff

diff --git a/nova/latest/nova2-userguide/troubleshooting.md b/nova/latest/nova2-userguide/troubleshooting.md
index 3160cd376..deeb4bbb4 100644
--- a//nova/latest/nova2-userguide/troubleshooting.md
+++ b//nova/latest/nova2-userguide/troubleshooting.md
@@ -31 +31,2 @@ Missing permissions
-Model access request fails
+**Symptoms:** Model access request fails
+
@@ -47 +48,2 @@ Model access request fails
-Feature not available in selected region
+**Symptoms:** Feature not available in selected region
+
@@ -63 +65,2 @@ Feature not available in selected region
-Requests timing out before completion
+**Symptoms:** Requests timing out before completion
+
@@ -77 +79,0 @@ Requests timing out before completion
-            connect_timeout=3600,  # 60 minutes
@@ -98 +100,3 @@ max_tokens
-Token limit reached. Solution: Increase `maxTokens` parameter in `inferenceConfig`.
+Token limit reached. 
+
+**Solution** : Increase `maxTokens` parameter in `inferenceConfig`.
@@ -103 +107,3 @@ content_filtered
-Content violated AWS Responsible AI policy. Solution: Review and modify your input to comply with content policies.
+Content violated AWS Responsible AI policy. 
+
+Solution: Review and modify your input to comply with content policies.
@@ -108 +114,3 @@ malformed_model_output
-Invalid output format. Solution: Check your output schema and constraints; verify JSON schema is properly formatted.
+Invalid output format. 
+
+Solution: Check your output schema and constraints; verify JSON schema is properly formatted.
@@ -113 +121,3 @@ malformed_tool_use
-Invalid tool call format. Solution: Verify tool definitions match expected schema; check tool input parameters are correctly formatted.
+Invalid tool call format. 
+
+Solution: Verify tool definitions match expected schema; check tool input parameters are correctly formatted.
@@ -118 +128,3 @@ service_unavailable
-Built-in tool service unavailable. Solution: Retry the request after a brief delay; check AWS service health dashboard.
+Built-in tool service unavailable. 
+
+Solution: Retry the request after a brief delay; check AWS service health dashboard.
@@ -123 +135,3 @@ invalid_query
-Invalid query to built-in tool. Solution: Review query format and parameters; ensure query meets tool requirements.
+Invalid query to built-in tool. 
+
+Solution: Review query format and parameters; ensure query meets tool requirements.
@@ -128 +142,3 @@ max_tool_invocations
-Tool retries exhausted. Solution: Simplify the task or break it into smaller steps; review tool error messages for specific issues.
+Tool retries exhausted. 
+
+Solution: Simplify the task or break it into smaller steps; review tool error messages for specific issues.