Class: Aws::Types::ValidationExceptionError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"REQUIRED_FIELD_MISSING", ...

Returns the value of attribute code.

Returns:

  • ("REQUIRED_FIELD_MISSING", "INVALID_ENUM_VALUE", "INVALID_STRING_FORMAT", "INVALID_VALUE", "NOT_ENOUGH_VALUES", "TOO_MANY_VALUES", "INVALID_RESOURCE_STATE", "DUPLICATE_KEY_VALUE", "VALUE_OUT_OF_RANGE", "ACTION_NOT_PERMITTED")


1588
1589
1590
# File 'sig/types.rbs', line 1588

def code
  @code
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def field_name
  @field_name
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1587
1588
1589
# File 'sig/types.rbs', line 1587

def message
  @message
end