Class: Aws::Deadline::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message for the validation exception.



10178
10179
10180
10181
10182
10183
# File 'lib/aws-sdk-deadline/types.rb', line 10178

class ValidationExceptionField < Struct.new(
  :name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the validation exception.



10178
10179
10180
10181
10182
10183
# File 'lib/aws-sdk-deadline/types.rb', line 10178

class ValidationExceptionField < Struct.new(
  :name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end