Class: Aws::Connect::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Operation cannot be performed at this time as there is a conflict with another operation or contact state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2141 2142 2143 2144 2145 |
# File 'lib/aws-sdk-connect/types.rb', line 2141 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |