Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.AdminUpdateUserAttributes C# (CSharp) Method

AdminUpdateUserAttributes() public method

Updates the specified user's attributes, including developer attributes, as an administrator. Works on any user.
/// This exception is thrown when a user tries to confirm the account with an email or /// phone number that has already been supplied as an alias from a different account. /// This exception tells user that an account with this email or phone already exists. /// /// This exception is thrown when Amazon Cognito encounters an internal error. /// /// This exception is thrown when the Amazon Cognito service encounters an invalid AWS /// Lambda response. /// /// This exception is thrown when the Amazon Cognito service encounters an invalid parameter. /// /// This exception gets thrown when a user is not authorized. /// /// This exception is thrown when the Amazon Cognito service cannot find the requested /// resource. /// /// This exception gets thrown when the user has made too many requests for a given operation. /// /// This exception gets thrown when the Amazon Cognito service encounters an unexpected /// exception with the AWS Lambda service. /// /// This exception gets thrown when the Amazon Cognito service encounters a user validation /// exception with the AWS Lambda service. /// /// This exception is thrown when a user is not found. ///
public AdminUpdateUserAttributes ( AdminUpdateUserAttributesRequest request ) : AdminUpdateUserAttributesResponse
request Amazon.CognitoIdentityProvider.Model.AdminUpdateUserAttributesRequest Container for the necessary parameters to execute the AdminUpdateUserAttributes service method.
return AdminUpdateUserAttributesResponse
        public AdminUpdateUserAttributesResponse AdminUpdateUserAttributes(AdminUpdateUserAttributesRequest request)
        {
            var marshaller = new AdminUpdateUserAttributesRequestMarshaller();
            var unmarshaller = AdminUpdateUserAttributesResponseUnmarshaller.Instance;

            return Invoke<AdminUpdateUserAttributesRequest,AdminUpdateUserAttributesResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient