Class: Aws::Types::OperationFailureException
- Inherits:
-
Object
- Object
- Aws::Types::OperationFailureException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#docs ⇒ ::String
Returns the value of attribute docs.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#tip ⇒ ::String
Returns the value of attribute tip.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def code @code end |
#docs ⇒ ::String
Returns the value of attribute docs.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def docs @docs end |
#message ⇒ ::String
Returns the value of attribute message.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def @message end |
#tip ⇒ ::String
Returns the value of attribute tip.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def tip @tip end |