Interface CfnEndpoint.IFailedReasonProperty
The failure reason, if any, for a create or delete endpoint operation.
Namespace: Amazon.CDK.AWS.S3Outposts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFailedReasonProperty
Syntax (vb)
Public Interface IFailedReasonProperty
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.S3Outposts;
var failedReasonProperty = new FailedReasonProperty {
ErrorCode = "errorCode",
Message = "message"
};
Synopsis
Properties
ErrorCode | The failure code, if any, for a create or delete endpoint operation. |
Message | Additional error details describing the endpoint failure and recommended action. |
Properties
ErrorCode
The failure code, if any, for a create or delete endpoint operation.
virtual string ErrorCode { get; }
Property Value
System.String
Remarks
Message
Additional error details describing the endpoint failure and recommended action.
virtual string Message { get; }
Property Value
System.String