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:



717
718
719
# File 'sig/types.rbs', line 717

def fields
  @fields
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def message
  @message
end

#reason ⇒ "UNKNOWN_OPERATION", ...

Returns the value of attribute reason.

Returns:

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


716
717
718
# File 'sig/types.rbs', line 716

def reason
  @reason
end