InviteMembersResponse
public struct InviteMembersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of AWS accounts that could not be processed. For each account, the list includes the account ID and the email address.
Declaration
Swift
public let unprocessedAccounts: [Result]?
-
Undocumented
Declaration
Swift
public init(unprocessedAccounts: [Result]? = nil)