Class: Aws::LexModelBuildingService::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::ConflictException
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
There was a conflict processing the request. Try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
301 302 303 304 305 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 301 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |