AWSEC2ValidationWarning
Objective-C
@interface AWSEC2ValidationWarning
Swift
class AWSEC2ValidationWarning
The error codes and error messages that are returned for the parameters or parameter combinations that are not valid when a new launch template or new version of a launch template is created.
-
The error codes and error messages.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ValidationError *> *_Nullable errors;
Swift
var errors: [AWSEC2ValidationError]? { get set }