Class: Aws::LexModelsV2::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::ConflictException
 
 
- 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
#message ⇒ 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  |