Deletes an existing IAM policy assignment.
quicksight_delete_iam_policy_assignment(AwsAccountId, AssignmentName,
Namespace)
A list with the following syntax:
list(
AssignmentName = "string",
RequestId = "string",
Status = 123
)
[required] The AWS account ID where you want to delete the IAM policy assignment.
[required] The name of the assignment.
[required] The namespace that contains the assignment.
svc$delete_iam_policy_assignment(
AwsAccountId = "string",
AssignmentName = "string",
Namespace = "string"
)