Class: Aws::Mgn::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Validate exception field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Validate exception field message.
-
#name ⇒ String
Validate exception field name.
Instance Attribute Details
#message ⇒ String
Validate exception field message.
4753 4754 4755 4756 4757 4758 |
# File 'lib/aws-sdk-mgn/types.rb', line 4753 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Validate exception field name.
4753 4754 4755 4756 4757 4758 |
# File 'lib/aws-sdk-mgn/types.rb', line 4753 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |