Class: Aws::ConnectHealth::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::InternalServerException
- 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
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
723 724 725 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 723 def event_type @event_type end |
#message ⇒ 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 |