Class: Aws::Lex::Types::ConflictException

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

Overview

Two clients are using the same AWS account, Amazon Lex bot, and user ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


125
126
127
128
129
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 125

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