cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

[AWS::SES::Template] - [BUG] - Cannot delete template through Cloud Control

Open corymhall opened this issue 5 months ago • 0 comments

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

  1. 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
  1. Delete the resource
aws cloudcontrol delete-resource --type-name AWS::SES::Template --identifier SomeName 
  1. 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

corymhall avatar Sep 19 '24 19:09 corymhall