AWS nova documentation change
Summary
Minor grammatical corrections (e.g., 'doesn't' to 'does not') and formatting fix for AWS responsible AI documentation link.
Security assessment
Changes are editorial improvements without altering security context. RAI error documentation remains functionally unchanged.
Diff
diff --git a/nova/latest/userguide/video-gen-errors.md b/nova/latest/userguide/video-gen-errors.md index c277f5b95..21e798103 100644 --- a//nova/latest/userguide/video-gen-errors.md +++ b//nova/latest/userguide/video-gen-errors.md @@ -9 +9 @@ There are three primary types of errors that you want to handle in your applicat -Input validation errors occur if your request is malformed or if you use an unsupported value for an input parameter—for example, a `duration` value that doesn't match one of the supported values or an input `image` that is not exactly 1280x720 resolution. All input validation errors are expressed as a **ValidationException** which contains a message string describing the cause of the problem. This exception will be raised when calling the `start_async_invoke()` method of the Amazon Bedrock Runtime. +Input validation errors occur if your request is malformed or if you use an unsupported value for an input parameter—for example, a `duration` value that does not match one of the supported values or an input `image` that is not exactly 1280x720 resolution. All input validation errors are expressed as a **ValidationException** which contains a message string describing the cause of the problem. This exception will be raised when calling the `start_async_invoke()` method of the Amazon Bedrock Runtime. @@ -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 [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: +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: