Class: Aws::Mgn::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Validate exception field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Validate exception field message.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4854

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

#nameString

Validate exception field name.

Returns:

  • (String)


4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4854

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