Class: Aws::Types::StatusReason
- Inherits:
-
Object
- Object
- Aws::Types::StatusReason
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ "KINESIS_THROUGHPUT_EXCEEDED", ...
Returns the value of attribute error.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#error ⇒ "KINESIS_THROUGHPUT_EXCEEDED", ...
Returns the value of attribute error.
266 267 268 |
# File 'sig/types.rbs', line 266 def error @error end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
267 268 269 |
# File 'sig/types.rbs', line 267 def updated_at @updated_at end |