Class: Aws::IoT::Types::VersionConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::VersionConflictException
- Defined in:
- gems/aws-sdk-iot/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.
19086 19087 19088 19089 19090 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 19086 class VersionConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |