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)


2176
2177
2178
# File 'sig/types.rbs', line 2176

def code
  @code
end

#field_list ⇒ ::Array[Types::ValidationExceptionField]

Returns the value of attribute field_list.

Returns:



2178
2179
2180
# File 'sig/types.rbs', line 2178

def field_list
  @field_list
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


2175
2176
2177
# File 'sig/types.rbs', line 2175

def message
  @message
end

#reason ⇒ "unknownOperation", ...

Returns the value of attribute reason.

Returns:

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


2177
2178
2179
# File 'sig/types.rbs', line 2177

def reason
  @reason
end