DeleteLaunchTemplateVersionsResponseErrorItem
public struct DeleteLaunchTemplateVersionsResponseErrorItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the launch template.
Declaration
Swift
public let launchTemplateId: String?
-
The name of the launch template.
Declaration
Swift
public let launchTemplateName: String?
-
Information about the error.
Declaration
Swift
public let responseError: ResponseError?
-
The version number of the launch template.
Declaration
Swift
public let versionNumber: Int64?
-
Undocumented
Declaration
Swift
public init(launchTemplateId: String? = nil, launchTemplateName: String? = nil, responseError: ResponseError? = nil, versionNumber: Int64? = nil)