Class: Aws::Types::PropertyValidationException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


6357
6358
6359
# File 'sig/types.rbs', line 6357

def message
  @message
end

#property_list::Array[Types::PropertyValidationExceptionProperty]

Returns the value of attribute property_list.



6358
6359
6360
# File 'sig/types.rbs', line 6358

def property_list
  @property_list
end