Class: Aws::Connect::Types::InternalServiceException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Request processing failed because of an error or failure with the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message.

Returns:

  • (String)


14405
14406
14407
14408
14409
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14405

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