AWSChimeSDKMessagingBatchCreateChannelMembershipResponse
Objective-C
@interface AWSChimeSDKMessagingBatchCreateChannelMembershipResponse
Swift
class AWSChimeSDKMessagingBatchCreateChannelMembershipResponse
-
The list of channel memberships in the response.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingBatchChannelMemberships *_Nullable batchChannelMemberships;
Swift
var batchChannelMemberships: AWSChimeSDKMessagingBatchChannelMemberships? { get set }
-
If the action fails for one or more of the memberships in the request, a list of the memberships is returned, along with error codes and error messages.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSChimeSDKMessagingBatchCreateChannelMembershipError *> *_Nullable errors;
Swift
var errors: [AWSChimeSDKMessagingBatchCreateChannelMembershipError]? { get set }