Class: Aws::ConnectParticipant::Types::ValidationException

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

Overview

The input fails to satisfy the constraints specified by Amazon Connect.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


827
828
829
830
831
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 827

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