AWSChimeSDKMessagingBatchCreateChannelMembershipError
Objective-C
@interface AWSChimeSDKMessagingBatchCreateChannelMembershipError
Swift
class AWSChimeSDKMessagingBatchCreateChannelMembershipError
A list of failed member ARNs, error codes, and error messages.
-
The error code.
Declaration
Objective-C
@property (nonatomic) AWSChimeSDKMessagingErrorCode errorCode;
Swift
var errorCode: AWSChimeSDKMessagingErrorCode { get set }
-
The error message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable errorMessage;
Swift
var errorMessage: String? { get set }
-
The
AppInstanceUserArn
of the member that the service couldn’t add.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable memberArn;
Swift
var memberArn: String? { get set }