AWS SDK for .NET Documentation
CreateLoginProfile Method (request)
AmazonAmazon.IdentityManagementAmazonIdentityManagementServiceClientCreateLoginProfile(CreateLoginProfileRequest) Did this page help you?   Yes   No    Tell us about it...
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
C#
public CreateLoginProfileResponse CreateLoginProfile(
	CreateLoginProfileRequest request
)
Parameters
request (CreateLoginProfileRequest)
Container for the necessary parameters to execute the CreateLoginProfile service method.
Return Value
The response from the CreateLoginProfile 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.
PasswordPolicyViolationException The request was rejected because the provided password did not meet the requirements imposed by the account password policy.

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