Class: Aws::GuardDuty::Types::InviteMembersResponse

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

Overview

InviteMembers response object.

Instance Attribute Summary collapse

Instance Attribute Details

#unprocessed_accountsArray<Types::UnprocessedAccount>

A list of objects containing the unprocessed account and a result string explaining why it was unprocessed.

Returns:



1666
1667
1668
1669
# File 'lib/aws-sdk-guardduty/types.rb', line 1666

class InviteMembersResponse < Struct.new(
  :unprocessed_accounts)
  include Aws::Structure
end