AWSLogsQueryCompileError
Objective-C
@interface AWSLogsQueryCompileError
Swift
class AWSLogsQueryCompileError
Reserved.
-
Reserved.
Declaration
Objective-C
@property (nonatomic, strong) AWSLogsQueryCompileErrorLocation *_Nullable location;
Swift
var location: AWSLogsQueryCompileErrorLocation? { get set }
-
Reserved.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }