Class: Aws::Connect::Types::PropertyValidationExceptionProperty

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

Overview

Contains information about why a property is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing why the property is not valid.

Returns:

  • (String)


14289
14290
14291
14292
14293
14294
14295
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14289

class PropertyValidationExceptionProperty < Struct.new(
  :property_path,
  :reason,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#property_pathString

The full property path.

Returns:

  • (String)


14289
14290
14291
14292
14293
14294
14295
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14289

class PropertyValidationExceptionProperty < Struct.new(
  :property_path,
  :reason,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

Why the property is not valid.

Returns:

  • (String)


14289
14290
14291
14292
14293
14294
14295
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14289

class PropertyValidationExceptionProperty < Struct.new(
  :property_path,
  :reason,
  :message)
  SENSITIVE = []
  include Aws::Structure
end