Class: Aws::GreengrassV2::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Contains information about a validation exception field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message of the exception field.
-
#name ⇒ String
The name of the exception field.
Instance Attribute Details
#message ⇒ String
The message of the exception field.
3118 3119 3120 3121 3122 3123 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3118 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the exception field.
3118 3119 3120 3121 3122 3123 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3118 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |