Class: Aws::ConnectParticipant::Types::InternalServerException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


369
370
371
372
373
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 369

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end