Class: Aws::DataPipeline::Types::PipelineDeletedException

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

Overview

The specified pipeline has been deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error message.

Returns:

  • (String)


604
605
606
607
608
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 604

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