Class: Aws::Types::ValidationExceptionField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def name
  @name
end

#validation_issue::String

Returns the value of attribute validation_issue.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def validation_issue
  @validation_issue
end