Show / Hide Table of Contents

Class CfnDashboard.DashboardErrorProperty

Dashboard error.

Inheritance
System.Object
CfnDashboard.DashboardErrorProperty
Implements
CfnDashboard.IDashboardErrorProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class DashboardErrorProperty : Object, CfnDashboard.IDashboardErrorProperty
Syntax (vb)
Public Class DashboardErrorProperty
    Inherits Object
    Implements CfnDashboard.IDashboardErrorProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboarderror.html

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.AWS.QuickSight;

var dashboardErrorProperty = new DashboardErrorProperty {
    Message = "message",
    Type = "type",
    ViolatedEntities = new [] { new EntityProperty {
        Path = "path"
    } }
};

Synopsis

Constructors

DashboardErrorProperty()

Properties

Message

Message.

Type

Type.

ViolatedEntities

Lists the violated entities that caused the dashboard error.

Constructors

DashboardErrorProperty()

public DashboardErrorProperty()

Properties

Message

Message.

public string Message { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboarderror.html#cfn-quicksight-dashboard-dashboarderror-message

Type

Type.

public string Type { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboarderror.html#cfn-quicksight-dashboard-dashboarderror-type

ViolatedEntities

Lists the violated entities that caused the dashboard error.

public object ViolatedEntities { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboarderror.html#cfn-quicksight-dashboard-dashboarderror-violatedentities

Implements

CfnDashboard.IDashboardErrorProperty
Back to top Generated by DocFX