Class: Aws::Types::ComponentFailureContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ ::String

Returns the value of attribute action.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def action
  @action
end

#component_arn ⇒ ::String

Returns the value of attribute component_arn.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def component_arn
  @component_arn
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def error_message
  @error_message
end

#phase_name ⇒ ::String

Returns the value of attribute phase_name.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def phase_name
  @phase_name
end

#step_name ⇒ ::String

Returns the value of attribute step_name.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def step_name
  @step_name
end