NetworkManager.Client.
start_organization_service_access_update
(**kwargs)¶Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.
See also: AWS API Documentation
Request Syntax
response = client.start_organization_service_access_update(
Action='string'
)
[REQUIRED]
The action to take for the update request. This can be either ENABLE
or DISABLE
.
{
'OrganizationStatus': {
'OrganizationId': 'string',
'OrganizationAwsServiceAccessStatus': 'string',
'SLRDeploymentStatus': 'string',
'AccountStatusList': [
{
'AccountId': 'string',
'SLRDeploymentStatus': 'string'
},
]
}
}
Response Structure
The status of the service access update request for an Amazon Web Services Organization.
The ID of an Amazon Web Services Organization.
The status of the organization's AWS service access. This will be ENABLED
or DISABLED
.
The status of the SLR deployment for the account. This will be either SUCCEEDED
or IN_PROGRESS
.
The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts. This will be either SUCCEEDED
or IN_PROGRESS
.
Describes the current status of an account within an Amazon Web Services Organization, including service-linked roles (SLRs).
The ID of an account within the Amazon Web Services Organization.
The status of SLR deployment for the account.
Exceptions
NetworkManager.Client.exceptions.ValidationException
NetworkManager.Client.exceptions.ServiceQuotaExceededException
NetworkManager.Client.exceptions.AccessDeniedException
NetworkManager.Client.exceptions.ConflictException
NetworkManager.Client.exceptions.ThrottlingException
NetworkManager.Client.exceptions.InternalServerException