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)


7545
7546
7547
7548
7549
7550
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7545

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

#nameString

Validate exception field name.

Returns:

  • (String)


7545
7546
7547
7548
7549
7550
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 7545

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