Class: Aws::Types::PropertyValidationExceptionProperty

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)


6360
6361
6362
# File 'sig/types.rbs', line 6360

def message
  @message
end

#property_path::String

Returns the value of attribute property_path.

Returns:

  • (::String)


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

def property_path
  @property_path
end

#reason"INVALID_FORMAT", ...

Returns the value of attribute reason.

Returns:

  • ("INVALID_FORMAT", "UNIQUE_CONSTRAINT_VIOLATED", "REFERENCED_RESOURCE_NOT_FOUND", "RESOURCE_NAME_ALREADY_EXISTS", "REQUIRED_PROPERTY_MISSING", "NOT_SUPPORTED", "TYPE_MISMATCH")


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

def reason
  @reason
end