Class: Aws::DataPipeline::Types::PipelineNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::PipelineNotFoundException
- Defined in:
- gems/aws-sdk-datapipeline/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.
833 834 835 836 837 |
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 833 class PipelineNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |