AWSEC2CreateLaunchTemplateResult
Objective-C
@interface AWSEC2CreateLaunchTemplateResult
Swift
class AWSEC2CreateLaunchTemplateResult
-
Information about the launch template.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2LaunchTemplate *_Nullable launchTemplate;
Swift
var launchTemplate: AWSEC2LaunchTemplate? { get set }
-
If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that’s found.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ValidationWarning *_Nullable warning;
Swift
var warning: AWSEC2ValidationWarning? { get set }