AWS bedrock documentation change
Summary
Capitalized 'region' to 'Region' in code sample instructions
Security assessment
Change is a capitalization correction without security implications
Diff
diff --git a/bedrock/latest/userguide/custom-model-import-code-samples.md b/bedrock/latest/userguide/custom-model-import-code-samples.md index c62d9b1df..429f518d0 100644 --- a/bedrock/latest/userguide/custom-model-import-code-samples.md +++ b/bedrock/latest/userguide/custom-model-import-code-samples.md @@ -282 +282 @@ Python -Run the following code snippet to submit an custom model import job. Replace `my-region` with the region where you imported the model, `${my-import-model-role-arn}` with the ARN of the `MyImportModelRole` that you set up and replace `${model-file-bucket}` with your S3 bucket name. +Run the following code snippet to submit an custom model import job. Replace `my-region` with the Region where you imported the model, `${my-import-model-role-arn}` with the ARN of the `MyImportModelRole` that you set up and replace `${model-file-bucket}` with your S3 bucket name.