Class: Aws::Types::NodeConfigurationValidationError
- Inherits:
-
Object
- Object
- Aws::Types::NodeConfigurationValidationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#validation_errors ⇒ ::Array[Types::ValidationError]
Returns the value of attribute validation_errors.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
5385 5386 5387 |
# File 'sig/types.rbs', line 5385 def end |
#validation_errors ⇒ ::Array[Types::ValidationError]
Returns the value of attribute validation_errors.
5386 5387 5388 |
# File 'sig/types.rbs', line 5386 def validation_errors @validation_errors end |