Cloudformation does not surface error messages generated by Transfer Family on `InvalidRequestException`
Closed this issue · 1 comments
mayurm88 commented
Reproduction Steps
- Create an AS2 certificate using a Cloudformation stack
- Create an AS2 profile and use the certificate id generated in Step 1 as a certificate in the profile.
- Delete the Cloudformation stack created in Step 1.
- We get an
InvalidRequest
error code in Cloudformation which does not have any information about what is wrong with the request.
The error in Cloudtrail does have the correct error message.