BatchGetSessionActionError
The error details for a session action 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 session action that could not be retrieved.
Type: String
Pattern:
farm-[0-9a-f]{32}Required: Yes
- jobId
-
The job ID of the session action that could not be retrieved.
Type: String
Pattern:
job-[0-9a-f]{32}Required: Yes
- message
-
The error message.
Type: String
Required: Yes
- queueId
-
The queue ID of the session action that could not be retrieved.
Type: String
Pattern:
queue-[0-9a-f]{32}Required: Yes
- sessionActionId
-
The session action ID of the session action that could not be retrieved.
Type: String
Pattern:
sessionaction-[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: