Class: Aws::Types::ImageFailureContext
- Inherits:
-
Object
- Object
- Aws::Types::ImageFailureContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_failure ⇒ Types::ComponentFailureContext
Returns the value of attribute component_failure.
-
#distribution_failure ⇒ Types::DistributionFailureContext
Returns the value of attribute distribution_failure.
-
#failed_step ⇒ ::String
Returns the value of attribute failed_step.
-
#image_status ⇒ "PENDING", ...
Returns the value of attribute image_status.
-
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_execution_id ⇒ ::String
Returns the value of attribute workflow_execution_id.
Instance Attribute Details
#component_failure ⇒ Types::ComponentFailureContext
Returns the value of attribute component_failure.
944 945 946 |
# File 'sig/types.rbs', line 944 def component_failure @component_failure end |
#distribution_failure ⇒ Types::DistributionFailureContext
Returns the value of attribute distribution_failure.
945 946 947 |
# File 'sig/types.rbs', line 945 def distribution_failure @distribution_failure end |
#failed_step ⇒ ::String
Returns the value of attribute failed_step.
943 944 945 |
# File 'sig/types.rbs', line 943 def failed_step @failed_step end |
#image_status ⇒ "PENDING", ...
Returns the value of attribute image_status.
939 940 941 |
# File 'sig/types.rbs', line 939 def image_status @image_status end |
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
942 943 944 |
# File 'sig/types.rbs', line 942 def step_execution_id @step_execution_id end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
941 942 943 |
# File 'sig/types.rbs', line 941 def workflow_arn @workflow_arn end |
#workflow_execution_id ⇒ ::String
Returns the value of attribute workflow_execution_id.
940 941 942 |
# File 'sig/types.rbs', line 940 def workflow_execution_id @workflow_execution_id end |