Retrieves information about the specified user, including the user's path, unique
ID, and ARN.
If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request.

C# |
public GetUserResponse GetUser( GetUserRequest request )

- request (GetUserRequest)
- Container for the necessary parameters to execute the GetUser service method.

The response from the GetUser service method, as returned by IdentityManagementService.

Exception | Condition |
---|---|
NoSuchEntityException |
The request was rejected because it referenced an entity that does not exist. The
error message describes the entity.
|