Class: Aws::KendraRanking::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KendraRanking::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendraranking/types.rb
Overview
A conflict occurred with the request. Please fix any inconsistencies with your resources and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
57 58 59 60 61 |
# File 'lib/aws-sdk-kendraranking/types.rb', line 57 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |