AWS SDK for .NET Documentation
CreateGroup Method (request)
AmazonAmazon.IdentityManagementAmazonIdentityManagementServiceClientCreateGroup(CreateGroupRequest) Did this page help you?   Yes   No    Tell us about it...
Creates a new group.

For information about the number of groups you can create, see Limitations on IAM Entities in Using AWS Identity and Access Management.

Declaration Syntax
C#
public CreateGroupResponse CreateGroup(
	CreateGroupRequest request
)
Parameters
request (CreateGroupRequest)
Container for the necessary parameters to execute the CreateGroup service method.
Return Value
The response from the CreateGroup service method, as returned by IdentityManagementService.
Exceptions
ExceptionCondition
EntityAlreadyExistsException The request was rejected because it attempted to create a resource that already exists.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.
NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error message describes the entity.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)