Show / Hide Table of Contents

Interface CfnCluster.IErrorInfoProperty

An error that occurred during resource creation.

Namespace: Amazon.CDK.AWS.PCS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCluster.IErrorInfoProperty
Syntax (vb)
Public Interface CfnCluster.IErrorInfoProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-errorinfo.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.PCS;

             var errorInfoProperty = new ErrorInfoProperty {
                 Code = "code",
                 Message = "message"
             };

Synopsis

Properties

Code

The short-form error code.

Message

The detailed error information.

Properties

Code

The short-form error code.

string? Code { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-errorinfo.html#cfn-pcs-cluster-errorinfo-code

Message

The detailed error information.

string? Message { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-errorinfo.html#cfn-pcs-cluster-errorinfo-message

Back to top Generated by DocFX