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

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def code
  @code
end

#field_list::Array[Types::ValidationExceptionField]

Returns the value of attribute field_list.

Returns:



1566
1567
1568
# File 'sig/types.rbs', line 1566

def field_list
  @field_list
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def message
  @message
end

#reason"unknownOperation", ...

Returns the value of attribute reason.

Returns:

  • ("unknownOperation", "cannotParse", "fieldValidationFailed", "other")


1565
1566
1567
# File 'sig/types.rbs', line 1565

def reason
  @reason
end