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

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

Overview

Validate exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


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

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

#field_listArray<Types::ValidationExceptionField>

Validate exception field list.



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

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

#messageString

Returns:

  • (String)


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

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

#reasonString

Validate exception reason.

Returns:

  • (String)


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

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