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)


18640
18641
18642
18643
18644
# File 'lib/aws-sdk-iot/types.rb', line 18640

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