Class: Aws::TranscribeService::Types::NotFoundException

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

Overview

We can't find the requested resource. Check that the specified name is correct and try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3534
3535
3536
3537
3538
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 3534

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