c3 icon indicating copy to clipboard operation
c3 copied to clipboard

Removal of stack fails if log group do not exists

Open fogfish opened this issue 5 years ago • 0 comments

Removal of custom c3.LogGroup resources fails if log group is removed manually (outside of CF process).

Error message in logs

{
    "Status": "FAILED",
    ...
    "Data": {
        "reason": {
            "message": "The specified log group does not exist.",
            "code": "ResourceNotFoundException",
            ...
        }
    }
}

fogfish avatar Oct 20 '20 10:10 fogfish