Class: Aws::ConnectHealth::Types::InternalServerException

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

Overview

This error is thrown when a transient error causes our API to fail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



723
724
725
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 723

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


723
724
725
726
727
728
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 723

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