update_network_profile
(**kwargs)¶Updates a network profile by the network profile ARN.
See also: AWS API Documentation
Request Syntax
response = client.update_network_profile(
NetworkProfileArn='string',
NetworkProfileName='string',
Description='string',
CurrentPassword='string',
NextPassword='string',
CertificateAuthorityArn='string',
TrustAnchors=[
'string',
]
)
[REQUIRED]
The ARN of the network profile associated with a device.
The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.
dict
Response Syntax
{}
Response Structure
Exceptions
AlexaForBusiness.Client.exceptions.NotFoundException
AlexaForBusiness.Client.exceptions.NameInUseException
AlexaForBusiness.Client.exceptions.ConcurrentModificationException
AlexaForBusiness.Client.exceptions.InvalidCertificateAuthorityException
AlexaForBusiness.Client.exceptions.InvalidSecretsManagerResourceException