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
 Declaration Syntax| C# | 
CreateGroupResponse CreateGroup( CreateGroupRequest request )
 Parameters
 Parameters- request (CreateGroupRequest)
- Container for the necessary parameters to execute the CreateGroup service method.
 Return Value
 Return ValueThe response from the CreateGroup service method, as returned by IdentityManagementService.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| 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. |