角色解绑策略
所属服务
sam
接口方法
GET
请求url
/sam?Action=DetachRolePolicy&Version=2018-03-22&RoleName=&PolicyType=&PolicyName=
url 参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
RoleName | 角色名称 | string | 是 | |
PolicyType | 策略类型 | string | 是 | |
PolicyName | 策略名称 | string | 是 | |
Action | DetachRolePolicy | string | 是 | |
Version | 2018-03-22 | string | 是 |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
Code | Code | string | 是 | |
Message | Message | string | 否 |
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
---|---|---|---|
ProductNotActive | Sam product is not activate. | 400 | 访问控制产品未激活 |
MissingParameter | The required input parameter %s for processing this request is not supplied. | 400 | 缺少%s参数 |
EntityNotFound | The request entity is already exist. | 400 | 查询对象不存在 |
请求示例
https://open.cn-east-1.163yun.com/sam?Action=DetachRolePolicy&Version=2018-03-22&RoleName=roletest&PolicyType=Custom&PolicyName=Policytest
返回示例
{
"Message": "调用成功",
"RequestId": "bf48ce9c-7e76-401e-a30a-16346fa46cfd",
"Code": "Success"
}