Class: Aws::DataPipeline::Types::PipelineNotFoundException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Description of the error message.

Returns:

  • (String)


681
682
683
684
685
# File 'lib/aws-sdk-datapipeline/types.rb', line 681

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