AWS SDK for .NET Documentation
GetLoginProfile Method (request)
AmazonAmazon.IdentityManagementAmazonIdentityManagementServiceClientGetLoginProfile(GetLoginProfileRequest) Did this page help you?   Yes   No    Tell us about it...
Retrieves the user name and password-creation date for the specified user. If the user has not been assigned a password, the action returns a 404 (
CopyC#
NoSuchEntity
) error.
Declaration Syntax
C#
public GetLoginProfileResponse GetLoginProfile(
	GetLoginProfileRequest request
)
Parameters
request (GetLoginProfileRequest)
Container for the necessary parameters to execute the GetLoginProfile service method.
Return Value
The response from the GetLoginProfile service method, as returned by IdentityManagementService.
Exceptions
ExceptionCondition
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)