ValidationError
An error returned during the validation phase.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.ValidationError {
Message: *string,
Source: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Construct,
}
Properties
Name | Type | Description |
---|---|---|
Message |
*string |
The error message. |
Source |
Construct |
The construct which emitted the error. |
Message
Required
Message *string
- Type: *string
The error message.
Source
Required
Source Construct
- Type: Construct
The construct which emitted the error.