Amazon.Batch.AmazonBatchClient.DeregisterJobDefinition C# (CSharp) Method

DeregisterJobDefinition() public method

Deregisters an AWS Batch job definition.
/// These errors are usually caused by a client action, such as using an action or resource /// on behalf of a user that doesn't have permission to use the action or resource, or /// specifying an identifier that is not valid. /// /// These errors are usually caused by a server issue. ///
public DeregisterJobDefinition ( DeregisterJobDefinitionRequest request ) : DeregisterJobDefinitionResponse
request Amazon.Batch.Model.DeregisterJobDefinitionRequest Container for the necessary parameters to execute the DeregisterJobDefinition service method.
return DeregisterJobDefinitionResponse
        public DeregisterJobDefinitionResponse DeregisterJobDefinition(DeregisterJobDefinitionRequest request)
        {
            var marshaller = new DeregisterJobDefinitionRequestMarshaller();
            var unmarshaller = DeregisterJobDefinitionResponseUnmarshaller.Instance;

            return Invoke<DeregisterJobDefinitionRequest,DeregisterJobDefinitionResponse>(request, marshaller, unmarshaller);
        }