Class: Aws::Kendra::Types::ConflictException

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

Overview

A conflict occurred with the request. Please fix any inconsistences with your resources and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1314
1315
1316
1317
1318
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 1314

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