Class: Aws::TranscribeService::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- 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
1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1738 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |