Class: Aws::ConnectHealth::Types::ValidationException

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

Overview

This error is thrown when the client supplies invalid input to the API.

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



1543
1544
1545
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1543

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1543

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