Class: Aws::Drs::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/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.
4102 4103 4104 4105 4106 4107 |
# File 'lib/aws-sdk-drs/types.rb', line 4102 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Validate exception field name.
4102 4103 4104 4105 4106 4107 |
# File 'lib/aws-sdk-drs/types.rb', line 4102 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |