Class: Aws::GreengrassV2::Types::ValidationException

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

Overview

The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::ValidationExceptionField>

The list of fields that failed to validate.



3077
3078
3079
3080
3081
3082
3083
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3077

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

#messageString

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
3083
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3077

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

#reasonString

The reason for the validation exception.

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
3083
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3077

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