Class: Aws::ConnectParticipant::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
The requested operation conflicts with the current state of a service resource associated with the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
107 108 109 110 111 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 107 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |