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

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


346
347
348
# File 'sig/types.rbs', line 346

def event_type
  @event_type
end

#fields::Array[Types::ValidationExceptionField]

Returns the value of attribute fields.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def fields
  @fields
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def message
  @message
end

#reason"unsupportedOperation", ...

Returns the value of attribute reason.

Returns:

  • ("unsupportedOperation", "fieldValidationFailed", "other", "invalidInboundEvent")


344
345
346
# File 'sig/types.rbs', line 344

def reason
  @reason
end