Class: Aws::Connect::Types::PropertyValidationException

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

Overview

The property is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


24015
24016
24017
24018
24019
24020
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24015

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

#property_listArray<Types::PropertyValidationExceptionProperty>



24015
24016
24017
24018
24019
24020
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24015

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