Class: Aws::TranscribeService::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::InternalFailureException
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
There was an internal error. Check the error message, correct the issue, and try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1790 1791 1792 1793 1794 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1790 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |