Show / Hide Table of Contents

Class CfnEndpoint.FailedReasonProperty

The failure reason, if any, for a create or delete endpoint operation.

Inheritance
object
CfnEndpoint.FailedReasonProperty
Implements
CfnEndpoint.IFailedReasonProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.S3Outposts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEndpoint.FailedReasonProperty : CfnEndpoint.IFailedReasonProperty
Syntax (vb)
Public Class CfnEndpoint.FailedReasonProperty Implements 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

Constructors

FailedReasonProperty()

The failure reason, if any, for a create or delete endpoint operation.

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.

Constructors

FailedReasonProperty()

The failure reason, if any, for a create or delete endpoint operation.

public FailedReasonProperty()
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"
             };

Properties

ErrorCode

The failure code, if any, for a create or delete endpoint operation.

public string? ErrorCode { get; set; }
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.

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

string

Remarks

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

Implements

CfnEndpoint.IFailedReasonProperty
Back to top Generated by DocFX