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

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


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

def message
  @message
end

#reason"INVALID_PAGINATION_TOKEN", ...

Returns the value of attribute reason.

Returns:

  • ("INVALID_PAGINATION_TOKEN", "MALFORMED_REQUEST_PARAMETERS", "PAGINATION_LIMIT_EXCEEDED")


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

def reason
  @reason
end