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

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def name
  @name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def reason
  @reason
end