Class: Aws::Types::ModelPackageStatusItem
- Inherits:
-
Object
- Object
- Aws::Types::ModelPackageStatusItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "NotStarted", ...
Returns the value of attribute status.
Instance Attribute Details
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9145 9146 9147 |
# File 'sig/types.rbs', line 9145 def failure_reason @failure_reason end |
#name ⇒ ::String
Returns the value of attribute name.
9143 9144 9145 |
# File 'sig/types.rbs', line 9143 def name @name end |
#status ⇒ "NotStarted", ...
Returns the value of attribute status.
9144 9145 9146 |
# File 'sig/types.rbs', line 9144 def status @status end |