DeleteInvitationsResponse
public struct DeleteInvitationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of AWS accounts for which the invitations were not deleted. 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)