Class: Aws::AccessAnalyzer::Types::AccessPreviewStatusReason

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The reason code for the current status of the access preview.

Returns:

  • (String)


220
221
222
223
224
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 220

class AccessPreviewStatusReason < Struct.new(
  :code)
  SENSITIVE = []
  include Aws::Structure
end