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
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
Remarks
Message
The detailed error information.
string? Message { get; }