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:



2983
2984
2985
# File 'sig/types.rbs', line 2983

def fields
  @fields
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2981
2982
2983
# File 'sig/types.rbs', line 2981

def message
  @message
end

#reason"CANNOT_PARSE", ...

Returns the value of attribute reason.

Returns:

  • ("CANNOT_PARSE", "FIELD_VALIDATION_FAILED", "OTHER")


2982
2983
2984
# File 'sig/types.rbs', line 2982

def reason
  @reason
end