Class: Aws::Types::ValidationException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#field_list::Array[Types::ValidationExceptionField]

Returns the value of attribute field_list.



889
890
891
# File 'sig/types.rbs', line 889

def field_list
  @field_list
end

#message::String

Returns the value of attribute message.



887
888
889
# File 'sig/types.rbs', line 887

def message
  @message
end

#reason"UNKNOWN_OPERATION", ...

Returns the value of attribute reason.



888
889
890
# File 'sig/types.rbs', line 888

def reason
  @reason
end