Class CfnDashboardPropsMixin.DashboardErrorProperty
Dashboard error.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.DashboardErrorProperty : CfnDashboardPropsMixin.IDashboardErrorProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DashboardErrorProperty Implements CfnDashboardPropsMixin.IDashboardErrorProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var dashboardErrorProperty = new DashboardErrorProperty {
Message = "message",
Type = "type",
ViolatedEntities = new [] { new EntityProperty {
Path = "path"
} }
};
Synopsis
Constructors
| DashboardErrorProperty() | Dashboard error. |
Properties
| Message | Message. |
| Type | Type. |
| ViolatedEntities | Lists the violated entities that caused the dashboard error. |
Constructors
DashboardErrorProperty()
Dashboard error.
public DashboardErrorProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var dashboardErrorProperty = new DashboardErrorProperty {
Message = "message",
Type = "type",
ViolatedEntities = new [] { new EntityProperty {
Path = "path"
} }
};
Properties
Message
Message.
public string? Message { get; set; }
Property Value
Remarks
Type
Type.
public string? Type { get; set; }
Property Value
Remarks
ViolatedEntities
Lists the violated entities that caused the dashboard error.
public object? ViolatedEntities { get; set; }