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

#error_arguments ⇒ ::Array[Types::ValidationExceptionErrorArgument]

Returns the value of attribute error_arguments.



855
856
857
# File 'sig/types.rbs', line 855

def error_arguments
  @error_arguments
end

#error_id ⇒ ::String

Returns the value of attribute error_id.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def error_id
  @error_id
end

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

Returns the value of attribute fields.

Returns:



857
858
859
# File 'sig/types.rbs', line 857

def fields
  @fields
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def message
  @message
end

#reason ⇒ "UNKNOWN_OPERATION", ...

Returns the value of attribute reason.

Returns:

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


859
860
861
# File 'sig/types.rbs', line 859

def reason
  @reason
end