Class: Aws::Lex::Types::LoopDetectedException

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

Overview

This exception is not used.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


548
549
550
551
552
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 548

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