Smaws_Client_ConfigService.DescribeOrganizationConformancePackStatuses
Provides organization conformance pack deployment status for an organization.
The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts.
When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidLimitException of Types.invalid_limit_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `NoSuchOrganizationConformancePackException of
Types.no_such_organization_conformance_pack_exception
| `OrganizationAccessDeniedException of
Types.organization_access_denied_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.describe_organization_conformance_pack_statuses_request ->
(Types.describe_organization_conformance_pack_statuses_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidLimitException of Types.invalid_limit_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `NoSuchOrganizationConformancePackException of
Types.no_such_organization_conformance_pack_exception
| `OrganizationAccessDeniedException of
Types.organization_access_denied_exception ])
Stdlib.result