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)


17799
17800
17801
17802
17803
# File 'lib/aws-sdk-iot/types.rb', line 17799

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