interface FailedReasonProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.S3Outposts.CfnEndpointPropsMixin.FailedReasonProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awss3outposts#CfnEndpointPropsMixin_FailedReasonProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.s3outposts.CfnEndpointPropsMixin.FailedReasonProperty |
Python | aws_cdk.cfn_property_mixins.aws_s3outposts.CfnEndpointPropsMixin.FailedReasonProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_s3outposts » CfnEndpointPropsMixin » FailedReasonProperty |
The failure reason, if any, for a create or delete endpoint operation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3outposts as s3outposts } from '@aws-cdk/cfn-property-mixins';
const failedReasonProperty: s3outposts.CfnEndpointPropsMixin.FailedReasonProperty = {
errorCode: 'errorCode',
message: 'message',
};
Properties
| Name | Type | Description |
|---|---|---|
| error | string | The failure code, if any, for a create or delete endpoint operation. |
| message? | string | Additional error details describing the endpoint failure and recommended action. |
errorCode?
Type:
string
(optional)
The failure code, if any, for a create or delete endpoint operation.
message?
Type:
string
(optional)
Additional error details describing the endpoint failure and recommended action.

.NET
Go
Java
Python
TypeScript