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:



1036
1037
1038
# File 'sig/types.rbs', line 1036

def field_list
  @field_list
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def message
  @message
end

#reason"unknownOperation", ...

Returns the value of attribute reason.

Returns:

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


1038
1039
1040
# File 'sig/types.rbs', line 1038

def reason
  @reason
end