Values.LaunchInstancesErrorSourceContains details about errors encountered during instance launch attempts.
type nonrec t = {instanceType : XmlStringMaxLen255.t option;The instance type that failed to launch.
*)marketType : XmlStringMaxLen64.t option;The market type (On-Demand or Spot) that encountered the launch error.
*)subnetId : XmlStringMaxLen255.t option;The subnet ID where the instance launch was attempted.
*)availabilityZone : XmlStringMaxLen255.t option;The Availability Zone where the instance launch was attempted.
*)availabilityZoneId : XmlStringMaxLen255.t option;The Availability Zone ID where the launch error occurred.
*)errorCode : XmlStringMaxLen64.t option;The error code representing the type of error encountered (e.g., InsufficientInstanceCapacity).
*)errorMessage : XmlString.t option;A descriptive message providing details about the error encountered during the launch attempt.
*)}