Class: Aws::Types::PipelineExecutionStateDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"VALIDATION_ERROR", ...

Returns the value of attribute code.

Returns:

  • ("VALIDATION_ERROR", "INTERNAL_FAILURE", "EXECUTION_ERROR", "TIMED_OUT")


3096
3097
3098
# File 'sig/types.rbs', line 3096

def code
  @code
end

#details::Array[Types::DetailedPipelineError]

Returns the value of attribute details.

Returns:



3098
3099
3100
# File 'sig/types.rbs', line 3098

def details
  @details
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3097
3098
3099
# File 'sig/types.rbs', line 3097

def message
  @message
end