CreateMembersResponse
public struct CreateMembersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of AWS accounts that were not 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)