Class: Aws::AccessAnalyzer::Types::StatusReason
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AccessAnalyzer::Types::StatusReason
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-accessanalyzer/types.rb
 
Overview
Provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a ‘Failed` status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the Amazon Web Services organization.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason code for the current status of the analyzer.
 
Instance Attribute Details
#code ⇒ String
The reason code for the current status of the analyzer.
      3930 3931 3932 3933 3934  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 3930 class StatusReason < Struct.new( :code) SENSITIVE = [] include Aws::Structure end  |