Class: Aws::GreengrassV2::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ValidationException
- Includes:
- Structure
- Defined in:
- 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.
3713 3714 3715 3716 3717 3718 3719 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3713 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3713 3714 3715 3716 3717 3718 3719 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3713 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the validation exception.
3713 3714 3715 3716 3717 3718 3719 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3713 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |