Creates a new user for your AWS account.
            
                    
            
For information about limitations on the number of users you can create, see Limitations on IAM Entities in Using AWS Identity and Access Management.
 Declaration Syntax
 Declaration Syntax| C# | 
CreateUserResponse CreateUser( CreateUserRequest request )
 Parameters
 Parameters- request (CreateUserRequest)
- Container for the necessary parameters to execute the CreateUser service method.
 Return Value
 Return ValueThe response from the CreateUser 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. |