Class: Aws::Lex::Types::InternalFailureException

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

Overview

Internal service error. Retry the call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


518
519
520
521
522
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 518

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