CreateFleetError
public struct CreateFleetError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code that indicates why the instance could not be launched. For more information about error codes, see Error Codes.
Declaration
Swift
public let errorCode: String?
-
The error message that describes why the instance could not be launched. For more information about error messages, see Error Codes.
Declaration
Swift
public let errorMessage: String?
-
The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.
Declaration
Swift
public let launchTemplateAndOverrides: LaunchTemplateAndOverridesResponse?
-
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
Declaration
Swift
public let lifecycle: InstanceLifecycle?
-
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, launchTemplateAndOverrides: LaunchTemplateAndOverridesResponse? = nil, lifecycle: InstanceLifecycle? = nil)