@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.224Z") @Stability(value=Stable) public class BounceTemplate extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ses.actions.*; BounceTemplate bounceTemplate = BounceTemplate.MAILBOX_DOES_NOT_EXIST;
| Modifier and Type | Class and Description |
|---|---|
static class |
BounceTemplate.Builder
A fluent builder for
BounceTemplate. |
| Modifier and Type | Field and Description |
|---|---|
static BounceTemplate |
MAILBOX_DOES_NOT_EXIST |
static BounceTemplate |
MAILBOX_FULL |
static BounceTemplate |
MESSAGE_CONTENT_REJECTED |
static BounceTemplate |
MESSAGE_TOO_LARGE |
static BounceTemplate |
TEMPORARY_FAILURE |
| Modifier | Constructor and Description |
|---|---|
|
BounceTemplate(BounceTemplateProps props) |
protected |
BounceTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
BounceTemplate(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
BounceTemplateProps |
getProps() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final BounceTemplate MAILBOX_DOES_NOT_EXIST
@Stability(value=Stable) public static final BounceTemplate MAILBOX_FULL
@Stability(value=Stable) public static final BounceTemplate MESSAGE_CONTENT_REJECTED
@Stability(value=Stable) public static final BounceTemplate MESSAGE_TOO_LARGE
@Stability(value=Stable) public static final BounceTemplate TEMPORARY_FAILURE
protected BounceTemplate(software.amazon.jsii.JsiiObjectRef objRef)
protected BounceTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public BounceTemplate(@NotNull
BounceTemplateProps props)
props - This parameter is required.@Stability(value=Stable) @NotNull public BounceTemplateProps getProps()
Copyright © 2022. All rights reserved.