Class: Aws::ConnectCases::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
358 359 360 361 362 |
# File 'lib/aws-sdk-connectcases/types.rb', line 358 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |