Class: Aws::Types::ValidationError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_map::Hash[::String, ::String]

Returns the value of attribute field_map.

Returns:

  • (::Hash[::String, ::String])


766
767
768
# File 'sig/types.rbs', line 766

def field_map
  @field_map
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def message
  @message
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def reason
  @reason
end