Skip to content

Commit 25c3dfa

Browse files
committed
[Ses] Add new bounce subtypes
1 parent 162c2d5 commit 25c3dfa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/Amazon.Ses/Notifications/SesBounceSubtype.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ public enum SesBounceSubtype
1010
NoEmail = 3,
1111
Suppressed = 4,
1212
MailboxFull = 5,
13-
MessageToolarge = 6,
13+
MessageTooLarge = 6,
1414
ContentRejected = 7,
1515
AttachmentRejected = 8,
1616
OnAccountSuppressionList = 9,
17-
UnsubscribedRecipient = 10
17+
UnsubscribedRecipient = 10,
18+
CustomTimeoutExceeded = 11
1819
}

0 commit comments

Comments
 (0)