Class: Aws::Detective::Types::UnprocessedAccount
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Detective::Types::UnprocessedAccount
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-detective/types.rb
 
Overview
A member account that was included in a request but for which the request could not be processed.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account identifier of the member account that was not processed.
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason that the member account request could not be processed.
 
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account identifier of the member account that was not processed.
      1792 1793 1794 1795 1796 1797  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 1792 class UnprocessedAccount < Struct.new( :account_id, :reason) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
The reason that the member account request could not be processed.
      1792 1793 1794 1795 1796 1797  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 1792 class UnprocessedAccount < Struct.new( :account_id, :reason) SENSITIVE = [] include Aws::Structure end  |