When I use aws cli to add group permission to some dataset,
I am getting the following error:
An error occurred (InvalidParameterValueException) when calling the UpdateDataSetPermissions operation: Resultant state of ResourcePermissions on this resource is not supported.
Valid states:
[
"quicksight:DescribeDataSet",
"quicksight:DescribeDataSetPermissions",
"quicksight:PassDataSet",
"quicksight:DescribeIngestion",
"quicksight:ListIngestions"
]
or
[
"quicksight:DescribeDataSet",
"quicksight:DescribeDataSetPermissions",
"quicksight:PassDataSet",
"quicksight:DescribeIngestion",
"quicksight:ListIngestions",
"quicksight:UpdateDataSet",
"quicksight:DeleteDataSet",
"quicksight:CreateIngestion",
"quicksight:CancelIngestion",
"quicksight:UpdateDataSetPermissions"
]
aws quicksight --profile default update-data-set-permissions --data-set-id 01fb096d-c012-47cf-b903-7d974f4685fb --grant-permissions Principal="arn:aws:quicksight:ap-northeast-1:xxxxxx:group/aws003-aspid-5383-namespace/aws003-aspid-5383-default-group",Actions="quicksight:ListIngestions","quicksight:DeleteDataSet","quicksight:UpdateDataSetPermissions","quicksight:CancelIngestion","quicksight:DescribeDataSetPermissions","quicksight:UpdateDataSet","quicksight:DescribeDataSet","quicksight:PassDataSet","quicksight:DescribeIngestion","quicksight:CreateIngestion"
An error occurred (InvalidParameterValueException) when calling the UpdateDataSetPermissions operation: Resultant state of ResourcePermissions on this resource is not supported.
I want to know why dataset id:01fb096d-c012-47cf-b903-7d974f4685fb get this error.
Can you try the solution suggested in this post if you are still having this issue:
I am going to archive this topic since it has been open for an extended period of time. If you would still like assistance with this, or if you have a new QuickSight question, feel free to post a new topic in the community so you will be at the top of the priority list for a response from one of our QuickSight experts. Thank you!
Hey @d4rkd0s , welcome to the Quicksight community!
If you are still running into this problem and the post above didn’t fix the issue, could you repost your question as a new topic to bring it to the top of the community?