Class: Aws::Types::ValidationException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_list::Array[Types::ValidationExceptionField]

Returns the value of attribute field_list.

Returns:



2088
2089
2090
# File 'sig/types.rbs', line 2088

def field_list
  @field_list
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2086
2087
2088
# File 'sig/types.rbs', line 2086

def message
  @message
end

#reason"INVALID_FIELD_VALUE", ...

Returns the value of attribute reason.

Returns:

  • ("INVALID_FIELD_VALUE", "DUPLICATE_VALUE", "MISSING_REQUIRED_FIELD", "OTHER")


2087
2088
2089
# File 'sig/types.rbs', line 2087

def reason
  @reason
end