Method: Aws::SecurityHub::Types::DeleteMembersResponse#unprocessed_accounts

Defined in:
lib/aws-sdk-securityhub/types.rb

#unprocessed_accountsArray<Types::Result>

The list of Amazon Web Services accounts that were not deleted. For each account, the list includes the account ID and the email address.

Returns:



23934
23935
23936
23937
23938
# File 'lib/aws-sdk-securityhub/types.rb', line 23934

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