Class: Aws::GreengrassV2::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ValidationException
- 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
-
#fields ⇒ Array<Types::ValidationExceptionField>
The list of fields that failed to validate.
-
#message ⇒ String
-
#reason ⇒ String
The reason for the validation exception.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The list of fields that failed to validate.
3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3098 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3098 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the validation exception.
3098 3099 3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3098 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |