Module Values.RegisterOrganizationDelegatedAdminResponseSource

Returns the following response if successful. Otherwise, returns an error.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `AccountNotFoundException of AccountNotFoundException.t
  2. | `AccountRegisteredException of AccountRegisteredException.t
  3. | `CannotDelegateManagementAccountException of CannotDelegateManagementAccountException.t
  4. | `CloudTrailAccessNotEnabledException of CloudTrailAccessNotEnabledException.t
  5. | `ConflictException of ConflictException.t
  6. | `DelegatedAdminAccountLimitExceededException of DelegatedAdminAccountLimitExceededException.t
  7. | `InsufficientDependencyServiceAccessPermissionException of InsufficientDependencyServiceAccessPermissionException.t
  8. | `InsufficientIAMAccessPermissionException of InsufficientIAMAccessPermissionException.t
  9. | `InvalidParameterException of InvalidParameterException.t
  10. | `NotOrganizationManagementAccountException of NotOrganizationManagementAccountException.t
  11. | `OperationNotPermittedException of OperationNotPermittedException.t
  12. | `OrganizationNotInAllFeaturesModeException of OrganizationNotInAllFeaturesModeException.t
  13. | `OrganizationsNotInUseException of OrganizationsNotInUseException.t
  14. | `UnsupportedOperationException of UnsupportedOperationException.t
  15. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccountNotFoundException of unit | `AccountRegisteredException of unit | `CannotDelegateManagementAccountException of unit | `CloudTrailAccessNotEnabledException of unit | `ConflictException of unit | `DelegatedAdminAccountLimitExceededException of unit | `InsufficientDependencyServiceAccessPermissionException of unit | `InsufficientIAMAccessPermissionException of unit | `InvalidParameterException of unit | `NotOrganizationManagementAccountException of unit | `OperationNotPermittedException of unit | `OrganizationNotInAllFeaturesModeException of unit | `OrganizationsNotInUseException of unit | `Unknown_operation_error of string * string option | `UnsupportedOperationException of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccountNotFoundException of unit | `AccountRegisteredException of unit | `CannotDelegateManagementAccountException of unit | `CloudTrailAccessNotEnabledException of unit | `ConflictException of unit | `DelegatedAdminAccountLimitExceededException of unit | `InsufficientDependencyServiceAccessPermissionException of unit | `InsufficientIAMAccessPermissionException of unit | `InvalidParameterException of unit | `NotOrganizationManagementAccountException of unit | `OperationNotPermittedException of unit | `OrganizationNotInAllFeaturesModeException of unit | `OrganizationsNotInUseException of unit | `Unknown_operation_error of string * string option | `UnsupportedOperationException of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t