Class: Aws::DataPipeline::Types::PipelineNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::PipelineNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datapipeline/types.rb
Overview
The specified pipeline was not found. Verify that you used the correct user and account identifiers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error message.
Instance Attribute Details
#message ⇒ String
Description of the error message.
681 682 683 684 685 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 681 class PipelineNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |