Class: Aws::Types::ExportTaskStatus
- Inherits:
-
Object
- Object
- Aws::Types::ExportTaskStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "CANCELLED", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "CANCELLED", ...
Returns the value of attribute code.
819 820 821 |
# File 'sig/types.rbs', line 819 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
820 821 822 |
# File 'sig/types.rbs', line 820 def @message end |