update_namespace 方法
命名空间和类:tencent.cloud.serverless.functions.Client
简要
更新给定命名空间的基本信息。
def update_namespace(self,
region_id: str,
namespace_name: str,
namespace_description: str
)
参数
该方法的参数和参数描述如下:
返回值
该方法没有返回值。
异常
该方法可能会主动引发以下异常:
ValueError
参数值或类型不符合预期。
ActionError
Tencent Cloud API 错误。例如访问凭据无效、给定命名空间已存在等均会引发该异常。
示例
下面我们将通过一段 Python 代码向您演示如何使用该方法:
function_client.update_namespace(
region_id = 'ap-shanghai',
namespace_name = 'test',
namespace_description = 'Update namespace'
)
适用于
Tencent Cloud SDK for Python
产品软件包:tencent-cloud-sdk-serverless-functions >= 0.1.1