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

#context::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

  • (::Hash[::String, ::String])


3425
3426
3427
# File 'sig/types.rbs', line 3425

def context
  @context
end

#field_list::Array[Types::ValidationExceptionField]

Returns the value of attribute field_list.

Returns:



3424
3425
3426
# File 'sig/types.rbs', line 3424

def field_list
  @field_list
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3422
3423
3424
# File 'sig/types.rbs', line 3422

def message
  @message
end

#reason"UNKNOWN_OPERATION", ...

Returns the value of attribute reason.

Returns:

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


3423
3424
3425
# File 'sig/types.rbs', line 3423

def reason
  @reason
end