Smaws_Client_CloudFormation.DescribeOrganizationsAccessRetrieves information about the account's OrganizationAccess status. This API can be called either by the management account or the delegated administrator by using the CallAs parameter. This API can also be called without the CallAs parameter by the management account.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `OperationNotFoundException of Types.operation_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_organizations_access_input ->
(Types.describe_organizations_access_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `OperationNotFoundException of Types.operation_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_organizations_access_input ->
(Types.describe_organizations_access_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidOperationException of Types.invalid_operation_exception
| `OperationNotFoundException of Types.operation_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result