Class: Aws::Types::ExpiredStreamException
- Inherits:
-
Object
- Object
- Aws::Types::ExpiredStreamException
- 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.
275 276 277 |
# File 'sig/types.rbs', line 275 def code @code end |
#detailed_message ⇒ ::String
Returns the value of attribute detailed_message.
273 274 275 |
# File 'sig/types.rbs', line 273 def end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
274 275 276 |
# File 'sig/types.rbs', line 274 def request_id @request_id end |