Class: Aws::DataPipeline::Types::TaskNotFoundException

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

Overview

The specified task was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error message.

Returns:

  • (String)


1170
1171
1172
1173
1174
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 1170

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