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

AdminDeleteUserAttributes() public method

Deletes the user attributes in a user pool as an administrator. Works on any user.
/// This exception is thrown when Amazon Cognito encounters an internal error. /// /// 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 is thrown when a user is not found. ///
public AdminDeleteUserAttributes ( AdminDeleteUserAttributesRequest request ) : AdminDeleteUserAttributesResponse
request Amazon.CognitoIdentityProvider.Model.AdminDeleteUserAttributesRequest Container for the necessary parameters to execute the AdminDeleteUserAttributes service method.
return AdminDeleteUserAttributesResponse
        public AdminDeleteUserAttributesResponse AdminDeleteUserAttributes(AdminDeleteUserAttributesRequest request)
        {
            var marshaller = new AdminDeleteUserAttributesRequestMarshaller();
            var unmarshaller = AdminDeleteUserAttributesResponseUnmarshaller.Instance;

            return Invoke<AdminDeleteUserAttributesRequest,AdminDeleteUserAttributesResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient