Class: Aws::IoT::Types::VersionConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::VersionConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
An exception thrown when the version of an entity specified with the ‘expectedVersion` parameter does not match the latest version in the system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
17799 17800 17801 17802 17803 |
# File 'lib/aws-sdk-iot/types.rb', line 17799 class VersionConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |