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

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

Returns the value of attribute fields.

Returns:



1282
1283
1284
# File 'sig/types.rbs', line 1282

def fields
  @fields
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def message
  @message
end

#reason ⇒ "unknownOperation", ...

Returns the value of attribute reason.

Returns:

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


1281
1282
1283
# File 'sig/types.rbs', line 1281

def reason
  @reason
end