Class: Aws::Deadline::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of a validation exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message for the validation exception.
-
#name ⇒ String
The name of the validation exception.
Instance Attribute Details
#message ⇒ String
The error message for the validation exception.
9419 9420 9421 9422 9423 9424 |
# File 'lib/aws-sdk-deadline/types.rb', line 9419 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the validation exception.
9419 9420 9421 9422 9423 9424 |
# File 'lib/aws-sdk-deadline/types.rb', line 9419 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |