Class: Aws::ConnectParticipant::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
This exception occurs when there is an internal failure in the Amazon Connect service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
369 370 371 372 373 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 369 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |