cloudformation-coverage-roadmap
cloudformation-coverage-roadmap copied to clipboard
[AWS::SES::Template] - [BUG] - Cannot delete template through Cloud Control
Name of the resource
Other
Resource Name
AWS::SES::Template
Issue Description
When trying to delete an SES Template via Cloud Control it will fail with the below error message
Resource of type 'AWS::SES::Template' with identifier 'null' was not found.
Expected Behavior
Template should be deleted successfully.
Observed Behavior
Error received and template not deleted.
Test Cases
- Create a template
aws cloudcontrol create-resource --desired-state "{\"Template\":{\"HtmlPart\":\"\\u003cb\\u003eHello\\u003c/b\\u003e\",\"SubjectPart\":\"SUBJECT\",\"TemplateName\":\"SomeName\",\"TextPart\":\"Hello\"}}" --type-name AWS::SES::Template
- Delete the resource
aws cloudcontrol delete-resource --type-name AWS::SES::Template --identifier SomeName
- Check on the status using the returned
RequestToken
to see the error message.
aws cloudcontrol get-resource-request-status --request-token deb069b9-b3b8-4607-b8b8-b4f7589775d4
Other Details
This was originally reported in https://github.com/pulumi/pulumi-aws-native/issues/835