Class: Aws::Comprehend::Types::JobNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::JobNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
The specified job was not found. Check the job ID and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5165 5166 5167 5168 5169 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5165 class JobNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |