Show / Hide Table of Contents

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 CfnEndpoint.IFailedReasonProperty
Syntax (vb)
Public Interface CfnEndpoint.IFailedReasonProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3outposts-endpoint-failedreason.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.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.

string? ErrorCode { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3outposts-endpoint-failedreason.html#cfn-s3outposts-endpoint-failedreason-errorcode

Message

Additional error details describing the endpoint failure and recommended action.

string? Message { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3outposts-endpoint-failedreason.html#cfn-s3outposts-endpoint-failedreason-message

Back to top Generated by DocFX