I’m trying to update the analysis template definition.
I run the command :
aws quicksight describe-analysis-definition --aws-account-id <> --analysis-id <> > devml.json --profile <> to get analysis definition
And I’m trying to update the analysis definition using the command :
aws quicksight update-analysis --aws-account-id <> --analysis-id <> --cli-input-json file://./dev_ml-definition/devml.json --profile <>
and get the error :
Parameter validation failed:
Unknown parameter in input: “Status”, must be one of: AwsAccountId, AnalysisId, Name, Parameters, SourceEntity, ThemeArn, Definition, ValidationStrategy
Unknown parameter in input: “Errors”, must be one of: AwsAccountId, AnalysisId, Name, Parameters, SourceEntity, ThemeArn, Definition, ValidationStrategy
Unknown parameter in input: “ResourceStatus”, must be one of: AwsAccountId, AnalysisId, Name, Parameters, SourceEntity, ThemeArn, Definition, ValidationStrategy
Unknown parameter in input: “RequestId”, must be one of: AwsAccountId, AnalysisId, Name, Parameters, SourceEntity, ThemeArn, Definition, ValidationStrategy