IAM / Client / list_organizations_features

list_organizations_features#

IAM.Client.list_organizations_features()#

Lists the centralized root access features enabled for your organization. For more information, see Centrally manage root access for member accounts.

See also: AWS API Documentation

Request Syntax

response = client.list_organizations_features()
Return type:

dict

Returns:

Response Syntax

{
    'OrganizationId': 'string',
    'EnabledFeatures': [
        'RootCredentialsManagement'|'RootSessions',
    ]
}

Response Structure

  • (dict) –

    • OrganizationId (string) –

      The unique identifier (ID) of an organization.

    • EnabledFeatures (list) –

      Specifies the features that are currently available in your organization.

      • (string) –

Exceptions

  • IAM.Client.exceptions.ServiceAccessNotEnabledException

  • IAM.Client.exceptions.AccountNotManagementOrDelegatedAdministratorException

  • IAM.Client.exceptions.OrganizationNotFoundException

  • IAM.Client.exceptions.OrganizationNotInAllFeaturesModeException