BatchGetWorkerError
The error details for a worker that could not be retrieved in a batch get operation.
Contents
- code
-
The error code.
Type: String
Valid Values:
InternalServerErrorException | ResourceNotFoundException | ValidationExceptionRequired: Yes
- farmId
-
The farm ID of the worker that could not be retrieved.
Type: String
Pattern:
farm-[0-9a-f]{32}Required: Yes
- fleetId
-
The fleet ID of the worker that could not be retrieved.
Type: String
Pattern:
fleet-[0-9a-f]{32}Required: Yes
- message
-
The error message.
Type: String
Required: Yes
- workerId
-
The worker ID of the worker that could not be retrieved.
Type: String
Pattern:
worker-[0-9a-f]{32}Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: