Class: Aws::TranscribeService::Types::InternalFailureException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1738
1739
1740
1741
1742
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1738

class InternalFailureException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end