interface ErrorInfoProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_pcs.CfnQueue.ErrorInfoProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspcs#CfnQueue_ErrorInfoProperty |
![]() | software.amazon.awscdk.services.pcs.CfnQueue.ErrorInfoProperty |
![]() | aws_cdk.aws_pcs.CfnQueue.ErrorInfoProperty |
![]() | aws-cdk-lib » aws_pcs » CfnQueue » ErrorInfoProperty |
An error that occurred during resource provisioning.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pcs as pcs } from 'aws-cdk-lib';
const errorInfoProperty: pcs.CfnQueue.ErrorInfoProperty = {
code: 'code',
message: 'message',
};
Properties
Name | Type | Description |
---|---|---|
code? | string | The short-form error code. |
message? | string | TBDThe detailed error information. |
code?
Type:
string
(optional)
The short-form error code.
message?
Type:
string
(optional)
TBDThe detailed error information.