Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.StopUserImportJob C# (CSharp) Метод

StopUserImportJob() публичный Метод

Stops the user import job.
/// 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 a precondition is not met. /// /// 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. ///
public StopUserImportJob ( StopUserImportJobRequest request ) : StopUserImportJobResponse
request Amazon.CognitoIdentityProvider.Model.StopUserImportJobRequest Container for the necessary parameters to execute the StopUserImportJob service method.
Результат Amazon.CognitoIdentityProvider.Model.StopUserImportJobResponse
        public StopUserImportJobResponse StopUserImportJob(StopUserImportJobRequest request)
        {
            var marshaller = new StopUserImportJobRequestMarshaller();
            var unmarshaller = StopUserImportJobResponseUnmarshaller.Instance;

            return Invoke<StopUserImportJobRequest,StopUserImportJobResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient