Class: Aws::AccessAnalyzer::Types::AccessPreviewStatusReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::AccessPreviewStatusReason
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The reason code for the current status of the access preview.
Instance Attribute Details
#code ⇒ String
The reason code for the current status of the access preview.
234 235 236 237 238 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 234 class AccessPreviewStatusReason < Struct.new( :code) SENSITIVE = [] include Aws::Structure end |