Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
corymhall opened this issue Sep 19, 2024 · 0 comments
Labels

Comments

@corymhall
Copy link

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 pulumi/pulumi-aws-native#835

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant