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

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



1560
1561
1562
# File 'lib/aws-sdk-connecthealth/types.rb', line 1560

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


1560
1561
1562
1563
1564
1565
# File 'lib/aws-sdk-connecthealth/types.rb', line 1560

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