Class: Aws::IoT::Types::ConflictingResourceUpdateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ConflictingResourceUpdateException
- 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
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2489 class ConflictingResourceUpdateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |