Interface CfnThemePropsMixin.ThemeErrorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnThemePropsMixin.ThemeErrorProperty.Jsii$Proxy
- Enclosing class:
CfnThemePropsMixin
@Stability(Stable)
public static interface CfnThemePropsMixin.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.cfnpropertymixins.services.quicksight.*;
ThemeErrorProperty themeErrorProperty = ThemeErrorProperty.builder()
.message("message")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnThemePropsMixin.ThemeErrorPropertystatic final classAn implementation forCfnThemePropsMixin.ThemeErrorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMessage
The error message.- See Also:
-
getType
The type of error.- See Also:
-
builder
-