CreateMembersResponse
public struct CreateMembersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of objects that include the accountIds of the unprocessed accounts and a result string that explains why each was unprocessed.
Declaration
Swift
public let unprocessedAccounts: [UnprocessedAccount]
-
Undocumented
Declaration
Swift
public init(unprocessedAccounts: [UnprocessedAccount])