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)


14266
14267
14268
14269
14270
14271
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14266

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

#property_listArray<Types::PropertyValidationExceptionProperty>



14266
14267
14268
14269
14270
14271
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14266

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