Class: Aws::Panorama::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A validation exception field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The field’s message.
-
#name ⇒ String
The field’s name.
Instance Attribute Details
#message ⇒ String
The field’s message.
2931 2932 2933 2934 2935 2936 |
# File 'lib/aws-sdk-panorama/types.rb', line 2931 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The field’s name.
2931 2932 2933 2934 2935 2936 |
# File 'lib/aws-sdk-panorama/types.rb', line 2931 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |