We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Other
AWS::SES::Template
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.
Template should be deleted successfully.
Error received and template not deleted.
aws cloudcontrol create-resource --desired-state "{\"Template\":{\"HtmlPart\":\"\\u003cb\\u003eHello\\u003c/b\\u003e\",\"SubjectPart\":\"SUBJECT\",\"TemplateName\":\"SomeName\",\"TextPart\":\"Hello\"}}" --type-name AWS::SES::Template
aws cloudcontrol delete-resource --type-name AWS::SES::Template --identifier SomeName
RequestToken
aws cloudcontrol get-resource-request-status --request-token deb069b9-b3b8-4607-b8b8-b4f7589775d4
This was originally reported in pulumi/pulumi-aws-native#835
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Expected Behavior
Template should be deleted successfully.
Observed Behavior
Error received and template not deleted.
Test Cases
aws cloudcontrol create-resource --desired-state "{\"Template\":{\"HtmlPart\":\"\\u003cb\\u003eHello\\u003c/b\\u003e\",\"SubjectPart\":\"SUBJECT\",\"TemplateName\":\"SomeName\",\"TextPart\":\"Hello\"}}" --type-name AWS::SES::Template
aws cloudcontrol delete-resource --type-name AWS::SES::Template --identifier SomeName
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
The text was updated successfully, but these errors were encountered: