Show / Hide Table of Contents

Class CfnThemePropsMixin.ThemeErrorProperty

Theme error.

Inheritance
object
CfnThemePropsMixin.ThemeErrorProperty
Implements
CfnThemePropsMixin.IThemeErrorProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnThemePropsMixin.ThemeErrorProperty : CfnThemePropsMixin.IThemeErrorProperty
Syntax (vb)
Public Class CfnThemePropsMixin.ThemeErrorProperty Implements CfnThemePropsMixin.IThemeErrorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-themeerror.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.CfnPropertyMixins.AWS.QuickSight;

             var themeErrorProperty = new ThemeErrorProperty {
                 Message = "message",
                 Type = "type"
             };

Synopsis

Constructors

ThemeErrorProperty()

Theme error.

Properties

Message

The error message.

Type

The type of error.

Constructors

ThemeErrorProperty()

Theme error.

public ThemeErrorProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-themeerror.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.CfnPropertyMixins.AWS.QuickSight;

             var themeErrorProperty = new ThemeErrorProperty {
                 Message = "message",
                 Type = "type"
             };

Properties

Message

The error message.

public string? Message { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-themeerror.html#cfn-quicksight-theme-themeerror-message

Type

The type of error.

public string? Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-themeerror.html#cfn-quicksight-theme-themeerror-type

Implements

CfnThemePropsMixin.IThemeErrorProperty
Back to top Generated by DocFX