Class: Aws::CodePipeline::Types::ActionExecutionNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

The action execution was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


557
558
559
560
561
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 557

class ActionExecutionNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end