Class: Aws::ConnectHealth::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::ConflictException
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
This error is thrown when a resource update is no longer valid due to assumptions about initial state changing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
139 140 141 142 143 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 139 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |