Class: Aws::Types::FieldOptionError
- Inherits:
-
Object
- Object
- Aws::Types::FieldOptionError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
562 563 564 |
# File 'sig/types.rbs', line 562 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
561 562 563 |
# File 'sig/types.rbs', line 561 def @message end |
#value ⇒ ::String
Returns the value of attribute value.
563 564 565 |
# File 'sig/types.rbs', line 563 def value @value end |