Class: Aws::Honeycode::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

Request is invalid. The message in the response contains details on why the request is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1698
1699
1700
1701
1702
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1698

class ValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end