Class: Aws::LexModelBuildingService::Types::PreconditionFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::PreconditionFailedException
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2834 2835 2836 2837 2838 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2834 class PreconditionFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |