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:



1100
1101
1102
# File 'sig/types.rbs', line 1100

def fields
  @fields
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def message
  @message
end

#reason"UNKNOWN_OPERATION", ...

Returns the value of attribute reason.

Returns:

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


1099
1100
1101
# File 'sig/types.rbs', line 1099

def reason
  @reason
end