Class: Aws::VoiceID::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb

Overview

The request failed due to an unknown error on the server side.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1152
1153
1154
1155
1156
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1152

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