Class: Aws::Types::ImageFailureContext

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • ("PENDING", "CREATING", "BUILDING", "TESTING", "DISTRIBUTING", "INTEGRATING", "AVAILABLE", "CANCELLED", "FAILED", "DEPRECATED", "DELETED", "DISABLED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def workflow_execution_id
  @workflow_execution_id
end