class Aws::AccessAnalyzer::Types::AccessPreviewSummary

Contains a summary of information about an access preview.

@!attribute [rw] analyzer_arn

The ARN of the analyzer used to generate the access preview.
@return [String]

@!attribute [rw] created_at

The time at which the access preview was created.
@return [Time]

@!attribute [rw] id

The unique ID for the access preview.
@return [String]

@!attribute [rw] status

The status of the access preview.

* `Creating` - The access preview creation is in progress.

* `Completed` - The access preview is complete and previews the
  findings for external access to the resource.

* `Failed` - The access preview creation has failed.
@return [String]

@!attribute [rw] status_reason

Provides more details about the current status of the access
preview. For example, if the creation of the access preview fails, a
`Failed` status is returned. This failure can be due to an internal
issue with the analysis or due to an invalid proposed resource
configuration.
@return [Types::AccessPreviewStatusReason]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/AccessPreviewSummary AWS API Documentation

Constants

SENSITIVE