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
3603 3604 3605 3606 3607 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 3603 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |