Class: Aws::Types::ImportFailureListItem
- Inherits:
-
Object
- Object
- Aws::Types::ImportFailureListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_type ⇒ ::String
Returns the value of attribute error_type.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#status ⇒ "FAILED", ...
Returns the value of attribute status.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
608 609 610 |
# File 'sig/types.rbs', line 608 def end |
#error_type ⇒ ::String
Returns the value of attribute error_type.
607 608 609 |
# File 'sig/types.rbs', line 607 def error_type @error_type end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
609 610 611 |
# File 'sig/types.rbs', line 609 def last_updated_time @last_updated_time end |
#location ⇒ ::String
Returns the value of attribute location.
605 606 607 |
# File 'sig/types.rbs', line 605 def location @location end |
#status ⇒ "FAILED", ...
Returns the value of attribute status.
606 607 608 |
# File 'sig/types.rbs', line 606 def status @status end |