Class: Aws::Types::Diagnostics
- Inherits:
-
Object
- Object
- Aws::Types::Diagnostics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "Success", ...
Returns the value of attribute error_code.
-
#log_tail ⇒ ::String
Returns the value of attribute log_tail.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#script_name ⇒ ::String
Returns the value of attribute script_name.
Instance Attribute Details
#error_code ⇒ "Success", ...
Returns the value of attribute error_code.
473 474 475 |
# File 'sig/types.rbs', line 473 def error_code @error_code end |
#log_tail ⇒ ::String
Returns the value of attribute log_tail.
476 477 478 |
# File 'sig/types.rbs', line 476 def log_tail @log_tail end |
#message ⇒ ::String
Returns the value of attribute message.
475 476 477 |
# File 'sig/types.rbs', line 475 def @message end |
#script_name ⇒ ::String
Returns the value of attribute script_name.
474 475 476 |
# File 'sig/types.rbs', line 474 def script_name @script_name end |