Class: Aws::Chatbot::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
There was an issue processing your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
172 173 174 175 176 |
# File 'lib/aws-sdk-chatbot/types.rb', line 172 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |