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
1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1763 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |