AWSEC2UnsuccessfulItemError
Objective-C
@interface AWSEC2UnsuccessfulItemError
Swift
class AWSEC2UnsuccessfulItemError
Information about the error that occurred. For more information about errors, see Error codes.
-
The error code.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable code;
Swift
var code: String? { get set }
-
The error message accompanying the error code.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }