Class: Aws::Types::InternalException
- Inherits:
-
Object
- Object
- Aws::Types::InternalException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
6278 6279 6280 |
# File 'sig/types.rbs', line 6278 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
6277 6278 6279 |
# File 'sig/types.rbs', line 6277 def @message end |