Class: Aws::CodePipeline::Types::ActionExecutionNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ActionExecutionNotFoundException
- 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
#message ⇒ 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 |