Class: Aws::IoT::Types::ConflictingResourceUpdateException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

A conflicting resource update exception. This exception is thrown when two pending updates cause a conflict.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


2524
2525
2526
2527
2528
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2524

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