Removes the specified resources from the specified group.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:UngroupResources
resourcegroups_ungroup_resources(Group, ResourceArns)
A list with the following syntax:
list(
Succeeded = list(
"string"
),
Failed = list(
list(
ResourceArn = "string",
ErrorMessage = "string",
ErrorCode = "string"
)
),
Pending = list(
list(
ResourceArn = "string"
)
)
)
[required] The name or the ARN of the resource group from which to remove the resources.
[required] The ARNs of the resources to be removed from the group.
svc$ungroup_resources(
Group = "string",
ResourceArns = list(
"string"
)
)