BatchUnsuspendUserResponse
public struct BatchUnsuspendUserResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.
Declaration
Swift
public let userErrors: [UserError]? -
Undocumented
Declaration
Swift
public init(userErrors: [UserError]? = nil)
View on GitHub
BatchUnsuspendUserResponse Structure Reference