Class: Aws::Types::RequestTimeoutException
- Inherits:
-
Object
- Object
- Aws::Types::RequestTimeoutException
- 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.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
499 500 501 |
# File 'sig/types.rbs', line 499 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
500 501 502 |
# File 'sig/types.rbs', line 500 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
498 499 500 |
# File 'sig/types.rbs', line 498 def type @type end |