Class: Aws::Types::FailureDetails
- Inherits:
-
Object
- Object
- Aws::Types::FailureDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_file ⇒ ::String
Returns the value of attribute log_file.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#log_file ⇒ ::String
Returns the value of attribute log_file.
504 505 506 |
# File 'sig/types.rbs', line 504 def log_file @log_file end |
#message ⇒ ::String
Returns the value of attribute message.
503 504 505 |
# File 'sig/types.rbs', line 503 def @message end |
#reason ⇒ ::String
Returns the value of attribute reason.
502 503 504 |
# File 'sig/types.rbs', line 502 def reason @reason end |