Class: Aws::Mgn::Types::ValidationException

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

Overview

Validate exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code ⇒ String

Returns:

  • (String)


7534
7535
7536
7537
7538
7539
7540
7541
# File 'lib/aws-sdk-mgn/types.rb', line 7534

class ValidationException < Struct.new(
  :message,
  :code,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end

#field_list ⇒ Array<Types::ValidationExceptionField>

Validate exception field list.



7534
7535
7536
7537
7538
7539
7540
7541
# File 'lib/aws-sdk-mgn/types.rb', line 7534

class ValidationException < Struct.new(
  :message,
  :code,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end

#message ⇒ String

Returns:

  • (String)


7534
7535
7536
7537
7538
7539
7540
7541
# File 'lib/aws-sdk-mgn/types.rb', line 7534

class ValidationException < Struct.new(
  :message,
  :code,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end

#reason ⇒ String

Validate exception reason.

Returns:

  • (String)


7534
7535
7536
7537
7538
7539
7540
7541
# File 'lib/aws-sdk-mgn/types.rb', line 7534

class ValidationException < Struct.new(
  :message,
  :code,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end