AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

Service: amazonglacier · 2025-10-01 · Documentation low

File: amazonglacier/latest/dev/api-error-responses.md

Summary

Updated service name references from 'S3 Glacier' to 'Glacier' throughout the documentation, including error code descriptions and links. Adjusted terminology to align with branding changes.

Security assessment

The changes are purely branding/naming updates (e.g., 'S3 Glacier' → 'Glacier') and do not introduce, modify, or address security-related content. No vulnerabilities, policy changes, or security features are mentioned in the diff.

Diff

diff --git a/amazonglacier/latest/dev/api-error-responses.md b/amazonglacier/latest/dev/api-error-responses.md
index 8f6015cc8..cbae823cc 100644
--- a//amazonglacier/latest/dev/api-error-responses.md
+++ b//amazonglacier/latest/dev/api-error-responses.md
@@ -7 +7 @@ Example 1: Describe Job request with a job ID that does not existExample 2: List
-**This page is only for existing customers of the S3 Glacier service using Vaults and the original REST API from 2012.**
+**This page is only for existing customers of the Glacier service using Vaults and the original REST API from 2012.**
@@ -9 +9 @@ Example 1: Describe Job request with a job ID that does not existExample 2: List
-If you're looking for archival storage solutions we suggest using the S3 Glacier storage classes in Amazon S3, **S3 Glacier Instant Retrieval** , **S3 Glacier Flexible Retrieval** , and **S3 Glacier Deep Archive**. To learn more about these storage options, see [S3 Glacier storage classes](https://aws.amazon.com/s3/storage-classes/glacier/) and [Long-term data storage using S3 Glacier storage classes](https://docs.aws.amazon.com/AmazonS3/latest/userguide/glacier-storage-classes) in the _Amazon S3 User Guide_. These storage classes use the Amazon S3 API, are available in all regions, and can be managed within the Amazon S3 console. They offer features like Storage Cost Analysis, Storage Lens, advanced optional encryption features, and more.
+If you're looking for archival storage solutions we suggest using the Glacier storage classes in Amazon S3, **S3 Glacier Instant Retrieval** , **S3 Glacier Flexible Retrieval** , and **S3 Glacier Deep Archive**. To learn more about these storage options, see [Glacier storage classes](https://aws.amazon.com/s3/storage-classes/glacier/) and [Long-term data storage using Glacier storage classes](https://docs.aws.amazon.com/AmazonS3/latest/userguide/glacier-storage-classes) in the _Amazon S3 User Guide_. These storage classes use the Amazon S3 API, are available in all regions, and can be managed within the Amazon S3 console. They offer features like Storage Cost Analysis, Storage Lens, advanced optional encryption features, and more.
@@ -17 +17 @@ Code | Description | HTTP Status Code | Type
-`AccessDeniedException` | Returned if there was an attempt to access a resource not allowed by an AWS Identity and Access Management (IAM) policy, or the incorrect AWS account ID was used in the request URI. For more information, see [Identity and Access Management for Amazon S3 Glacier](./security-iam.html). | `403 Forbidden` | Client  
+`AccessDeniedException` | Returned if there was an attempt to access a resource not allowed by an AWS Identity and Access Management (IAM) policy, or the incorrect AWS account ID was used in the request URI. For more information, see [Identity and Access Management for Amazon Glacier](./security-iam.html). | `403 Forbidden` | Client  
@@ -26 +26 @@ Code | Description | HTTP Status Code | Type
-`PolicyEnforcedException` | Returned if a retrieval job will exceed the current data policy's retrieval rate limit. For more information about data retrieval policies, see [S3 Glacier Data Retrieval Policies](./data-retrieval-policy.html). | `400 Bad Request` | Client  
+`PolicyEnforcedException` | Returned if a retrieval job will exceed the current data policy's retrieval rate limit. For more information about data retrieval policies, see [Glacier Data Retrieval Policies](./data-retrieval-policy.html). | `400 Bad Request` | Client  
@@ -28 +28 @@ Code | Description | HTTP Status Code | Type
-`RequestTimeoutException` | Returned if uploading an archive and Amazon S3 Glacier (S3 Glacier) times out while receiving the upload. | `408 Request Timeout` | Client  
+`RequestTimeoutException` | Returned if uploading an archive and Amazon Glacier (Glacier) times out while receiving the upload. | `408 Request Timeout` | Client  
@@ -31 +31 @@ Code | Description | HTTP Status Code | Type
-`ThrottlingException` | Returned if you need to reduce your rate of requests to S3 Glacier. | `400 Bad Request` | Client  
+`ThrottlingException` | Returned if you need to reduce your rate of requests to Glacier. | `400 Bad Request` | Client  
@@ -34 +34 @@ Code | Description | HTTP Status Code | Type
-Various S3 Glacier APIs return the same exception, but with different exception messages to help you troubleshoot the specific error encountered.
+Various Glacier APIs return the same exception, but with different exception messages to help you troubleshoot the specific error encountered.
@@ -36 +36 @@ Various S3 Glacier APIs return the same exception, but with different exception
-S3 Glacier returns error information in the response body. The following examples show some of the error responses.
+Glacier returns error information in the response body. The following examples show some of the error responses.
@@ -49 +49 @@ Suppose you send a [Describe Job (GET JobID)](./api-describe-job-get.html) reque
-In response, S3 Glacier returns the following error response. 
+In response, Glacier returns the following error response. 
@@ -88 +88 @@ Note the following in the preceding response:
-  * For the error response, S3 Glacier returns status code values of `4xx` and `5xx`. In this example, the status code is `404 Not Found`. 
+  * For the error response, Glacier returns status code values of `4xx` and `5xx`. In this example, the status code is `404 Not Found`. 
@@ -122 +122 @@ In this example you send a [List Jobs (GET jobs)](./api-jobs-get.html) request t
-S3 Glacier returns the `InvalidParameterValueException` with an appropriate message.
+Glacier returns the `InvalidParameterValueException` with an appropriate message.