Validation failed while creating new module
See original GitHub issueI literally was just following the steps in the aws module blog and got the following error:
Failed to register the type with registration token '99345c1e-73c5-4b3d-b15f-2fbaf605354a'.
Please see response for additional information: '{'ProgressStatus': 'FAILED', 'Description': 'Deployment is currently in VALIDATION_STAGE of status FAILED; Next is DEPLOY_STAGE with status CANCELLED\nDeployment failed with error. Error message: [99345c1e-73c5-4b3d-b15f-2fbaf605354a] There should be only one valid json or yaml module fragment file under `fragments`.', 'ResponseMetadata': {'RequestId': '2647daf2-48ff-436b-a078-35bf445eb0ff', 'HTTPStatusCode': 200, 'HTTPHeaders': {'x-amzn-requestid': '2647daf2-48ff-436b-a078-35bf445eb0ff', 'content-type': 'text/xml', 'content-length': '657', 'date': 'Fri, 27 Nov 2020 20:22:46 GMT'}, 'RetryAttempts': 0}}'
I followed the steps exactly. Just ran:
cfn init cfn submit
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How to fix ' ValidationError: users validation failed: name: Path ...
Basically you need make the model object with the values. const newUser = new User({ name: req.body.name, email: req.body.email, avatar, ...
Read more >Install failed: Validation Failed - Unity Forum
I'm on my Mac and I've tried everything, from changing the download paths, changing editors, adding on the failing android modules, ...
Read more >Validation failed. Required information is missing or not valid ...
Hi,. While creating a virtual machine, I see an error message: Validation failed. Required information is missing or not valid. Please look and ......
Read more >Resolve the "Parameter validation failed" error in AWS ...
Create a stack ... 1. Open the AWS CloudFormation console. 2. In the navigation pane, choose Stacks. 3. Form the Stack name column,...
Read more >I am sending a "To" column in request but I get the following ...
Select * From CustomModule. Every time I execute this query I get the following error: "Validation failed : SYNTAX_ERROR => error occurred while...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Does it work if you remove rpdk.log from the fragments folder? It looks like you ran one of the
cfn
commands from within the fragments folder, and the extra file might be causing this?@vennemp What’s in your
fragments
folder (ls -A fragments
). Did you removesample.json
after creatings3.json
?