CreateMembersResponse

public struct CreateMembersResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let members: [MemberDetail]?
  • 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.

    Declaration

    Swift

    public let unprocessedAccounts: [UnprocessedAccount]?
  • Undocumented

    Declaration

    Swift

    public init(members: [MemberDetail]? = nil, unprocessedAccounts: [UnprocessedAccount]? = nil)