AWSEC2CreateLaunchTemplateVersionResult
Objective-C
@interface AWSEC2CreateLaunchTemplateVersionResult
Swift
class AWSEC2CreateLaunchTemplateVersionResult
-
Information about the launch template version.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2LaunchTemplateVersion *_Nullable launchTemplateVersion;
Swift
var launchTemplateVersion: AWSEC2LaunchTemplateVersion? { get set }
-
If the new version of 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 }