Class BounceTemplate

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.actions.BounceTemplate
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-02T15:58:33.740Z") @Stability(Stable) public class BounceTemplate extends software.amazon.jsii.JsiiObject
A bounce template.

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;
 
  • Field Details

    • MAILBOX_DOES_NOT_EXIST

      @Stability(Stable) public static final BounceTemplate MAILBOX_DOES_NOT_EXIST
    • MAILBOX_FULL

      @Stability(Stable) public static final BounceTemplate MAILBOX_FULL
    • MESSAGE_CONTENT_REJECTED

      @Stability(Stable) public static final BounceTemplate MESSAGE_CONTENT_REJECTED
    • MESSAGE_TOO_LARGE

      @Stability(Stable) public static final BounceTemplate MESSAGE_TOO_LARGE
    • TEMPORARY_FAILURE

      @Stability(Stable) public static final BounceTemplate TEMPORARY_FAILURE
  • Constructor Details

    • BounceTemplate

      protected BounceTemplate(software.amazon.jsii.JsiiObjectRef objRef)
    • BounceTemplate

      protected BounceTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • BounceTemplate

      @Stability(Stable) public BounceTemplate(@NotNull BounceTemplateProps props)
      Parameters:
      props - This parameter is required.
  • Method Details