BatchUpdateUserResponse

public struct BatchUpdateUserResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the BatchUpdateUser 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)