Class: Aws::IoT::Types::VersionConflictException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


17009
17010
17011
17012
17013
# File 'lib/aws-sdk-iot/types.rb', line 17009

class VersionConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end