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.

Returns:

  • (String)


9358
9359
9360
9361
9362
9363
# File 'lib/aws-sdk-deadline/types.rb', line 9358

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

#nameString

The name of the validation exception.

Returns:

  • (String)


9358
9359
9360
9361
9362
9363
# File 'lib/aws-sdk-deadline/types.rb', line 9358

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