You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Detective::Types::CreateMembersResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#membersArray<Types::MemberDetail>

The set of member account invitation requests that Detective was able to process. This includes accounts that are being verified, that failed verification, and that passed verification and are being sent an invitation.

Returns:

  • (Array<Types::MemberDetail>)

    The set of member account invitation requests that Detective was able to process.

#unprocessed_accountsArray<Types::UnprocessedAccount>

The list of accounts for which Detective was unable to process the invitation request. For each account, the list provides the reason why the request could not be processed. The list includes accounts that are already member accounts in the behavior graph.

Returns:

  • (Array<Types::UnprocessedAccount>)

    The list of accounts for which Detective was unable to process the invitation request.