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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTheme.ThemeErrorPropertystatic final classAn implementation forCfnTheme.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
-