AWSEC2LastError
Objective-C
@interface AWSEC2LastError
Swift
class AWSEC2LastError
The last error that occurred for a VPC endpoint.
-
The error code for the VPC endpoint error.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable code;
Swift
var code: String? { get set }
-
The error message for the VPC endpoint error.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }