BatchCreateRoomMembershipResponse
public struct BatchCreateRoomMembershipResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.
Declaration
Swift
public let errors: [MemberError]?
-
Undocumented
Declaration
Swift
public init(errors: [MemberError]? = nil)