Values.DescribeHealthServiceStatusForOrganizationResponseSourceThis operation provides status information on enabling or disabling Health to work with your organization. To call this operation, you must use the organization's management account.
type nonrec t = {healthServiceAccessStatusForOrganization : HealthServiceAccessStatusForOrganization.t
option;Information about the status of enabling or disabling the Health organizational view feature in your organization. Valid values are ENABLED | DISABLED | PENDING.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of HealthServiceAccessStatusForOrganization.t ])
list ]