Class: Aws::Types::MetadataTransferJobStatus
- Inherits:
-
Object
- Object
- Aws::Types::MetadataTransferJobStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
-
#queued_position ⇒ ::Integer
Returns the value of attribute queued_position.
-
#state ⇒ "VALIDATING", ...
Returns the value of attribute state.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
892 893 894 |
# File 'sig/types.rbs', line 892 def error @error end |
#queued_position ⇒ ::Integer
Returns the value of attribute queued_position.
893 894 895 |
# File 'sig/types.rbs', line 893 def queued_position @queued_position end |
#state ⇒ "VALIDATING", ...
Returns the value of attribute state.
891 892 893 |
# File 'sig/types.rbs', line 891 def state @state end |