AWS nova documentation change
Summary
Fixed grammar/typos in error handling documentation
Security assessment
Minor text corrections with no security implications
Diff
diff --git a/nova/latest/userguide/text-error-handing.md b/nova/latest/userguide/text-error-handing.md index c01919d64..82a253266 100644 --- a//nova/latest/userguide/text-error-handing.md +++ b//nova/latest/userguide/text-error-handing.md @@ -7 +7 @@ -The way errors are communicated back to the client varies depending on the type of error that occurs. In this section, we focus only on the error conditions that are unique to the Amazon Nova model. The three primary types of errors you'll want to handle in your application code are **input validation** errors, **Responsible AI (RAI) input deflection** errors, and **RAI output deflection** errors. +The way errors are communicated back to the client varies depending on the type of error that occurs. In this section, we focus only on the error conditions that are unique to the Amazon Nova model. The three primary types of errors you will want to handle in your application code are **input validation** errors, **Responsible AI (RAI) input deflection** errors, and **RAI output deflection** errors. @@ -22 +22 @@ The way errors are communicated back to the client varies depending on the type -RAI output deflection errors occur when an the output is generated but it is determined to be misaligned with the AWS Responsible AI policy. When this occurs, an exception is not used. Instead, a successful response is returned, and it's structure contains an `error` field which is a string with one of the following values: +RAI output deflection errors occur when an the output is generated but it is determined to be misaligned with the AWS Responsible AI policy. When this occurs, an exception is not used. Instead, a successful response is returned, and its structure contains an `error` field which is a string with one of the following values: