AWSConnectAttachedFileError
Objective-C
@interface AWSConnectAttachedFileError
Swift
class AWSConnectAttachedFileError
Error describing a failure to retrieve attached file metadata through BatchGetAttachedFileMetadata action.
-
Status code describing the failure.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable errorCode;Swift
var errorCode: String? { get set } -
Why the attached file couldn’t be retrieved.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable errorMessage;Swift
var errorMessage: String? { get set } -
The unique identifier of the attached file resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable fileId;Swift
var fileId: String? { get set }
View on GitHub
Install in Dash
AWSConnectAttachedFileError Class Reference