Class: Aws::Types::ChannelConfigurationValidationError
- Inherits:
-
Object
- Object
- Aws::Types::ChannelConfigurationValidationError
- 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.
508 509 510 |
# File 'sig/types.rbs', line 508 def @message end |
#validation_errors ⇒ ::Array[Types::ValidationError]
Returns the value of attribute validation_errors.
509 510 511 |
# File 'sig/types.rbs', line 509 def validation_errors @validation_errors end |