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

AddCustomAttributes() public method

Adds additional user attributes to the user pool schema.
/// 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 you are trying to modify a user pool while a user import /// job is in progress for that pool. ///
public AddCustomAttributes ( AddCustomAttributesRequest request ) : AddCustomAttributesResponse
request Amazon.CognitoIdentityProvider.Model.AddCustomAttributesRequest Container for the necessary parameters to execute the AddCustomAttributes service method.
return AddCustomAttributesResponse
        public AddCustomAttributesResponse AddCustomAttributes(AddCustomAttributesRequest request)
        {
            var marshaller = new AddCustomAttributesRequestMarshaller();
            var unmarshaller = AddCustomAttributesResponseUnmarshaller.Instance;

            return Invoke<AddCustomAttributesRequest,AddCustomAttributesResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient