Class: Aws::Types::ClientTimeoutException
- Inherits:
-
Object
- Object
- Aws::Types::ClientTimeoutException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#detailed_message ⇒ ::String
Returns the value of attribute detailed_message.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
110 111 112 |
# File 'sig/types.rbs', line 110 def code @code end |
#detailed_message ⇒ ::String
Returns the value of attribute detailed_message.
108 109 110 |
# File 'sig/types.rbs', line 108 def end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
109 110 111 |
# File 'sig/types.rbs', line 109 def request_id @request_id end |