AWS nova documentation change
Summary
Updated RAI error documentation to reference AWS Responsible AI policy link and renamed code examples section
Security assessment
Changes enhance documentation about content filtering mechanisms (RAI policies) but do not indicate a specific security vulnerability being addressed. The updates provide clearer references to existing security controls without evidence of patching a weakness.
Diff
diff --git a/nova/latest/userguide/video-gen-errors.md b/nova/latest/userguide/video-gen-errors.md index 98ca9eae8..c277f5b95 100644 --- a//nova/latest/userguide/video-gen-errors.md +++ b//nova/latest/userguide/video-gen-errors.md @@ -11 +11 @@ Input validation errors occur if your request is malformed or if you use an unsu -RAI input deflection errors occur when the input text value or input image are determined to violate the AWS Responsible AI policy. These errors are expressed as a **ValidationException** with one of the following messages: +RAI input deflection errors occur when the input text value or input image are determined to violate [AWS' core dimensions of responsible AI](https://aws.amazon.com/ai/responsible-ai/). These errors are expressed as a **ValidationException** with one of the following messages: @@ -20 +20 @@ RAI input deflection errors occur when the input text value or input image are d -RAI output deflection errors occur when a video is generated but it is determined to be misaligned with the AWS Responsible AI policy. When this occurs, an exception is not used. Instead, the job is marked as "Failed" and the file is never written to Amazon S3. When querying the status of the job (for example, using `get_invoke()`), the response will have a `status` field value of "Failed" and a `failureMessage` field value of "The generated video has been blocked by our content filters." +RAI output deflection errors occur when a video is generated but it is determined to be misaligned with [our core dimensions of responsible AI](https://aws.amazon.com/ai/responsible-ai/). When this occurs, an exception is not used. Instead, the job is marked as "Failed" and the file is never written to Amazon S3. When querying the status of the job (for example, using `get_invoke()`), the response will have a `status` field value of "Failed" and a `failureMessage` field value of "The generated video has been blocked by our content filters." @@ -30 +30 @@ Video generation access and usage -Code examples +Single-shot video generation examples