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])


777
778
779
# File 'sig/types.rbs', line 777

def field_map
  @field_map
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def message
  @message
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def reason
  @reason
end