AWS singlesignon medium security documentation change
Summary
Added note about member account access and KMS-related error reason fields
Security assessment
Added documentation about KMS access denial reasons in error responses and member account access limitations. The KMS error details specifically address security-related encryption key access failures, while the member account guidance improves security posture documentation.
Diff
diff --git a/singlesignon/latest/IdentityStoreAPIReference/API_GetGroupId.md b/singlesignon/latest/IdentityStoreAPIReference/API_GetGroupId.md index 07862bcb8..2eec443e7 100644 --- a//singlesignon/latest/IdentityStoreAPIReference/API_GetGroupId.md +++ b//singlesignon/latest/IdentityStoreAPIReference/API_GetGroupId.md @@ -8,0 +9,6 @@ Request SyntaxRequest ParametersResponse SyntaxResponse ElementsErrorsExamplesSe +Retrieves `GroupId` in an identity store. + +###### Note + +If you have access to a member account, you can use this API operation from the member account. For more information, see [Limiting access to the identity store from member accounts](https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-your-accounts.html#limiting-access-from-member-accounts) in the _AWS IAM Identity Center User Guide_. + @@ -91,0 +98,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. + @@ -120,0 +132,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. + @@ -142,0 +159,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. + @@ -159,0 +181,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. +