Class: Aws::LexModelsV2::Types::ConflictException

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

Overview

The action that you tried to perform couldn’t be completed because the resource is in a conflicting state. For example, deleting a bot that is in the CREATING state. Try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3104
3105
3106
3107
3108
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3104

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