Class: Aws::GuardDuty::Types::CreateMembersResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::CreateMembersResponse
 
 
- 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 objects that include the ‘accountIds` of the unprocessed accounts and a result string that explains why each was unprocessed.
 
Instance Attribute Details
#unprocessed_accounts ⇒ Array<Types::UnprocessedAccount>
A list of objects that include the ‘accountIds` of the unprocessed accounts and a result string that explains why each was unprocessed.
      1669 1670 1671 1672 1673  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1669 class CreateMembersResponse < Struct.new( :unprocessed_accounts) SENSITIVE = [] include Aws::Structure end  |