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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


10101
10102
10103
10104
10105
# File 'lib/aws-sdk-connect/types.rb', line 10101

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