AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

For the specified group in the specified identity store, updates the group metadata and attributes.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to UpdateGroupAsync.

Namespace: Amazon.IdentityStore
Assembly: AWSSDK.IdentityStore.dll
Version: 3.x.y.z

Syntax

C#
public virtual UpdateGroupResponse UpdateGroup(
         UpdateGroupRequest request
)

Parameters

request
Type: Amazon.IdentityStore.Model.UpdateGroupRequest

Container for the necessary parameters to execute the UpdateGroup service method.

Return Value


The response from the UpdateGroup service method, as returned by IdentityStore.

Exceptions

ExceptionCondition
AccessDeniedException You do not have sufficient access to perform this action.
ConflictException This request cannot be completed for one of the following reasons: Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request. The requested resource was being concurrently modified by another request.
InternalServerException The request processing has failed because of an unknown error, exception or failure with an internal server.
ResourceNotFoundException Indicates that a requested resource is not found.
ServiceQuotaExceededException The request would cause the number of users or groups in the identity store to exceed the maximum allowed.
ThrottlingException Indicates that the principal has crossed the throttling limits of the API operations.
ValidationException The request failed because it contains a syntax error.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also