Class: Aws::GuardDuty::Types::UpdateMemberDetectorsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unprocessed_accountsArray<Types::UnprocessedAccount>

A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.

Returns:



6066
6067
6068
6069
6070
# File 'lib/aws-sdk-guardduty/types.rb', line 6066

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