Class: Aws::DataPipeline::Types::TaskNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::TaskNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datapipeline/types.rb
Overview
The specified task was not found.
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.
1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 1170 class TaskNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |