Interface CfnDashboardPropsMixin.DashboardErrorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.DashboardErrorProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.DashboardErrorProperty
extends software.amazon.jsii.JsiiSerializable
Dashboard 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.mixins.preview.services.quicksight.mixins.*;
DashboardErrorProperty dashboardErrorProperty = DashboardErrorProperty.builder()
.message("message")
.type("type")
.violatedEntities(List.of(EntityProperty.builder()
.path("path")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboardPropsMixin.DashboardErrorPropertystatic final classAn implementation forCfnDashboardPropsMixin.DashboardErrorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMessage
Message.- See Also:
-
getType
Type.- See Also:
-
getViolatedEntities
Lists the violated entities that caused the dashboard error.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.EntityProperty>- See Also:
-
builder
-