Class: Aws::LexModelsV2::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ConflictException
- Defined in:
- gems/aws-sdk-lexmodelsv2/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
3130 3131 3132 3133 3134 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3130 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |