Class: Aws::Types::InputDeviceConfigurationValidationError
- Inherits:
-
Object
- Object
- Aws::Types::InputDeviceConfigurationValidationError
- 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.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def @message end |
#validation_errors ⇒ ::Array[Types::ValidationError]
Returns the value of attribute validation_errors.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def validation_errors @validation_errors end |