AWS singlesignon documentation change
Summary
Added error reason documentation related to Customer Managed KMS key access issues in UpdateGroup API
Security assessment
The change adds documentation about KMS-related error reasons, which helps users understand encryption key access control issues but does not indicate a specific security vulnerability being fixed.
Diff
diff --git a/singlesignon/latest/IdentityStoreAPIReference/API_UpdateGroup.md b/singlesignon/latest/IdentityStoreAPIReference/API_UpdateGroup.md index 27e0db02f..de2c6f4f1 100644 --- a//singlesignon/latest/IdentityStoreAPIReference/API_UpdateGroup.md +++ b//singlesignon/latest/IdentityStoreAPIReference/API_UpdateGroup.md @@ -8,0 +9,2 @@ Request SyntaxRequest ParametersResponse ElementsErrorsExamplesSee Also +Updates the specified group metadata and attributes in the specified identity store. + @@ -78,0 +81,5 @@ You do not have sufficient access to perform this action. +**Reason** + + +Indicates the reason for an access denial when returned by KMS while accessing a Customer Managed KMS key. For non-KMS access-denied errors, this field is not included. + @@ -138,0 +146,5 @@ Indicates that a requested resource is not found. +**Reason** + + +Indicates the reason for a resource not found error when the service is unable to access a Customer Managed KMS key. For non-KMS permission errors, this field is not included. + @@ -172,0 +185,5 @@ Indicates that the principal has crossed the throttling limits of the API operat +**Reason** + + +Indicates the reason for the throttling error when the service is unable to access a Customer Managed KMS key. For non-KMS permission errors, this field is not included. + @@ -189,0 +207,5 @@ The request failed because it contains a syntax error. +**Reason** + + +Indicates the reason for the validation error when the service is unable to access a Customer Managed KMS key. For non-KMS permission errors, this field is not included. +