

# BatchUpdateTaskError


The error details for a task that could not be updated in a batch update operation.

## Contents


 ** code **   <a name="deadlinecloud-Type-BatchUpdateTaskError-code"></a>
The error code.  
Type: String  
Valid Values: `ConflictException | InternalServerErrorException | ResourceNotFoundException | ValidationException | AccessDeniedException | ThrottlingException`   
Required: Yes

 ** farmId **   <a name="deadlinecloud-Type-BatchUpdateTaskError-farmId"></a>
The farm ID of the task that could not be updated.  
Type: String  
Pattern: `farm-[0-9a-f]{32}`   
Required: Yes

 ** jobId **   <a name="deadlinecloud-Type-BatchUpdateTaskError-jobId"></a>
The job ID of the task that could not be updated.  
Type: String  
Pattern: `job-[0-9a-f]{32}`   
Required: Yes

 ** message **   <a name="deadlinecloud-Type-BatchUpdateTaskError-message"></a>
The error message.  
Type: String  
Required: Yes

 ** queueId **   <a name="deadlinecloud-Type-BatchUpdateTaskError-queueId"></a>
The queue ID of the task that could not be updated.  
Type: String  
Pattern: `queue-[0-9a-f]{32}`   
Required: Yes

 ** stepId **   <a name="deadlinecloud-Type-BatchUpdateTaskError-stepId"></a>
The step ID of the task that could not be updated.  
Type: String  
Pattern: `step-[0-9a-f]{32}`   
Required: Yes

 ** taskId **   <a name="deadlinecloud-Type-BatchUpdateTaskError-taskId"></a>
The task ID of the task that could not be updated.  
Type: String  
Pattern: `task-[0-9a-f]{32}-(0|([1-9][0-9]{0,9}))`   
Required: Yes

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/deadline-2023-10-12/BatchUpdateTaskError) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/deadline-2023-10-12/BatchUpdateTaskError) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/deadline-2023-10-12/BatchUpdateTaskError) 