Class: Aws::GuardDuty::Types::UpdateMemberDetectorsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::UpdateMemberDetectorsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #unprocessed_accounts  ⇒ Array<Types::UnprocessedAccount> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.
 
Instance Attribute Details
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.
      8884 8885 8886 8887 8888  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 8884 class UpdateMemberDetectorsResponse < Struct.new( :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end  |