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
3660 3661 3662 3663 3664 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 3660 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |