Package software.amazon.awssdk.services.iotjobsdataplane.model
-
Class Summary Class Description DescribeJobExecutionRequest DescribeJobExecutionResponse GetPendingJobExecutionsRequest GetPendingJobExecutionsResponse IotJobsDataPlaneException.BuilderImpl IotJobsDataPlaneRequest IotJobsDataPlaneRequest.BuilderImpl IotJobsDataPlaneResponse IotJobsDataPlaneResponse.BuilderImpl IotJobsDataPlaneResponseMetadata JobExecution Contains data about a job execution.JobExecutionState Contains data about the state of a job execution.JobExecutionSummary Contains a subset of information about a job execution.StartNextPendingJobExecutionRequest StartNextPendingJobExecutionResponse UpdateJobExecutionRequest UpdateJobExecutionResponse -
Enum Summary Enum Description JobExecutionStatus -
Exception Summary Exception Description CertificateValidationException The certificate is invalid.InvalidRequestException The contents of the request were invalid.InvalidStateTransitionException An update attempted to change the job execution to a state that is invalid because of the job execution's current state (for example, an attempt to change a request in state SUCCESS to state IN_PROGRESS).IotJobsDataPlaneException ResourceNotFoundException The specified resource does not exist.ServiceUnavailableException The service is temporarily unavailable.TerminalStateException The job is in a terminal state.ThrottlingException The rate exceeds the limit.