Class: Aws::Types::FailureException
- Inherits:
-
Object
- Object
- Aws::Types::FailureException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exception_description ⇒ ::String
Returns the value of attribute exception_description.
-
#exception_name ⇒ ::String
Returns the value of attribute exception_name.
Instance Attribute Details
#exception_description ⇒ ::String
Returns the value of attribute exception_description.
712 713 714 |
# File 'sig/types.rbs', line 712 def exception_description @exception_description end |
#exception_name ⇒ ::String
Returns the value of attribute exception_name.
711 712 713 |
# File 'sig/types.rbs', line 711 def exception_name @exception_name end |