Class: Aws::ConnectParticipant::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::InternalServerException
- Defined in:
- gems/aws-sdk-connectparticipant/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
441 442 443 444 445 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 441 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |