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.
820 821 822 |
# File 'sig/types.rbs', line 820 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
821 822 823 |
# File 'sig/types.rbs', line 821 def @message end |