Class: Aws::Comprehend::Types::JobNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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

#messageString

Returns:

  • (String)


5165
5166
5167
5168
5169
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5165

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