From c000c4685d7ba8e11156b685a04615ba57a04d78 Mon Sep 17 00:00:00 2001 From: Kevin Pauli Date: Fri, 25 Mar 2016 17:43:56 -0500 Subject: [PATCH] include ErrorMessage, allowing us to capture failed login attempts (cherry picked from commit b547cee) --- traildash.go | 1 + 1 file changed, 1 insertion(+) diff --git a/traildash.go b/traildash.go index 4ba0927..3e2cc1b 100644 --- a/traildash.go +++ b/traildash.go @@ -114,6 +114,7 @@ type cloudtrailRecord struct { EventType string EventVersion string EventTime string + ErrorMessage string AwsRegion string RequestID string RecipientAccountId string