Interface CfnTheme.ThemeErrorProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTheme.ThemeErrorProperty.Jsii$Proxy
Enclosing class:
CfnTheme

@Stability(Stable) public static interface CfnTheme.ThemeErrorProperty extends software.amazon.jsii.JsiiSerializable
Theme error.

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.quicksight.*;
 ThemeErrorProperty themeErrorProperty = ThemeErrorProperty.builder()
         .message("message")
         .type("type")
         .build();
 

See Also: