JobDetails
Contains details about the policy generation request.
Contents
- completedOn
-
A timestamp of when the job was completed.
Type: Timestamp
Required: No
- jobError
-
The job error for the policy generation request.
Type: JobError object
Required: No
- jobId
-
The
JobId
that is returned by theStartPolicyGeneration
operation. TheJobId
can be used withGetGeneratedPolicy
to retrieve the generated policies or used withCancelPolicyGeneration
to cancel the policy generation request.Type: String
Required: Yes
- startedOn
-
A timestamp of when the job was started.
Type: Timestamp
Required: Yes
- status
-
The status of the job request.
Type: String
Valid Values:
IN_PROGRESS | SUCCEEDED | FAILED | CANCELED
Required: Yes
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: