JobDetails - IAM Access Analyzer
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

JobDetails

Contains details about the policy generation request.

Contents

jobId

The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration 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

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

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: