Class: Aws::Types::ValidationError
- Inherits:
-
Object
- Object
- Aws::Types::ValidationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[::String]
Returns the value of attribute errors.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#errors ⇒ ::Array[::String]
Returns the value of attribute errors.
339 340 341 |
# File 'sig/types.rbs', line 339 def errors @errors end |
#id ⇒ ::String
Returns the value of attribute id.
338 339 340 |
# File 'sig/types.rbs', line 338 def id @id end |