Creates a password for the specified user, giving the user the ability to access AWS
            services            through the AWS Management Console. For more information about managing
            passwords, see Managing Passwords in Using IAM.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public CreateLoginProfileResponse CreateLoginProfile( CreateLoginProfileRequest request )
 Parameters
 Parameters- request (CreateLoginProfileRequest)
- Container for the necessary parameters to execute the CreateLoginProfile service method.
 Return Value
 Return ValueThe response from the CreateLoginProfile 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. | 
| PasswordPolicyViolationException | The request was rejected because the provided password did not meet the requirements
            imposed            by the account password policy. |