Module Values.AwsClosedLostReasonSource

Sourcetype nonrec t =
  1. | Administrative
  2. | Business_Associate_Agreement
  3. | Company_Acquired_Dissolved
  4. | Competitive_Offering
  5. | Customer_Data_Requirement
  6. | Customer_Deficiency
  7. | Customer_Experience
  8. | Delay___Cancellation_of_Project
  9. | Duplicate
  10. | Duplicate_Opportunity
  11. | Executive_Blocker
  12. | Failed_Vetting
  13. | Feature_Limitation
  14. | Financial_Commercial
  15. | Insufficient_Amazon_Value
  16. | Insufficient_AWS_Value
  17. | International_Constraints
  18. | Legal___Tax___Regulatory
  19. | Legal_Terms_and_Conditions
  20. | Lost_to_Competitor
  21. | Lost_to_Competitor___Google
  22. | Lost_to_Competitor___Microsoft
  23. | Lost_to_Competitor___Other
  24. | Lost_to_Competitor___Rackspace
  25. | Lost_to_Competitor___SoftLayer
  26. | Lost_to_Competitor___VMWare
  27. | No_Customer_Reference
  28. | No_Integration_Resources
  29. | No_Opportunity
  30. | No_Perceived_Value_of_MP
  31. | No_Response
  32. | Not_Committed_to_AWS
  33. | No_Update
  34. | On_Premises_Deployment
  35. | Other
  36. | Other__Details_in_Description_
  37. | Partner_Gap
  38. | Past_Due
  39. | People_Relationship_Governance
  40. | Platform_Technology_Limitation
  41. | Preference_for_Competitor
  42. | Price
  43. | Product_Technology
  44. | Product_Not_on_AWS
  45. | Security___Compliance
  46. | Self_Service
  47. | Technical_Limitations
  48. | Term_Sheet_Impasse
  49. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t