Class: Aws::LexModelBuildingService::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

There was a conflict processing the request. Try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


301
302
303
304
305
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 301

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