Class: Aws::Kendra::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ConflictException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1333 1334 1335 1336 1337 |
# File 'lib/aws-sdk-kendra/types.rb', line 1333 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |