Class: Aws::TranscribeService::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
3628 3629 3630 3631 3632 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 3628 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |