iam_update_role_description: Use UpdateRole instead
Description
Use UpdateRole instead.
Usage
iam_update_role_description(RoleName, Description)
Arguments
RoleName
[required] The name of the role that you want to modify.
Description
[required] The new description that you want to apply to the specified role.
Request syntax
svc$update_role_description(
RoleName = "string",
Description = "string"
)
Details
Modifies only the description of a role. This operation performs the
same function as the Description
parameter in the UpdateRole
operation.