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
2146 2147 2148 2149 2150 |
# File 'lib/aws-sdk-connect/types.rb', line 2146 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |