Class: Aws::LexModelsV2::Types::PreconditionFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::PreconditionFailedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Your request couldn’t be completed because one or more request fields aren’t valid. Check the fields in your request and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11471 11472 11473 11474 11475 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11471 class PreconditionFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |