Interface DomainEvents.VoiceIdUpdateSessionAction.ErrorInfo

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DomainEvents.VoiceIdUpdateSessionAction.ErrorInfo.Jsii$Proxy
Enclosing class:
DomainEvents.VoiceIdUpdateSessionAction

@Stability(Experimental) public static interface DomainEvents.VoiceIdUpdateSessionAction.ErrorInfo extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for ErrorInfo.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.voiceid.events.*;
 ErrorInfo errorInfo = ErrorInfo.builder()
         .errorCode(List.of("errorCode"))
         .errorMessage(List.of("errorMessage"))
         .errorType(List.of("errorType"))
         .build();
 
  • Method Details

    • getErrorCode

      @Stability(Experimental) @Nullable default List<String> getErrorCode()
      (experimental) errorCode property.

      Specify an array of string values to match this event if the actual value of errorCode is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getErrorMessage

      @Stability(Experimental) @Nullable default List<String> getErrorMessage()
      (experimental) errorMessage property.

      Specify an array of string values to match this event if the actual value of errorMessage is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getErrorType

      @Stability(Experimental) @Nullable default List<String> getErrorType()
      (experimental) errorType property.

      Specify an array of string values to match this event if the actual value of errorType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static DomainEvents.VoiceIdUpdateSessionAction.ErrorInfo.Builder builder()
      Returns:
      a DomainEvents.VoiceIdUpdateSessionAction.ErrorInfo.Builder of DomainEvents.VoiceIdUpdateSessionAction.ErrorInfo