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)


4833
4834
4835
4836
4837
4838
4839
4840
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4833

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

#field_listArray<Types::ValidationExceptionField>

Validate exception field list.



4833
4834
4835
4836
4837
4838
4839
4840
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4833

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

#messageString

Returns:

  • (String)


4833
4834
4835
4836
4837
4838
4839
4840
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4833

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

#reasonString

Validate exception reason.

Returns:

  • (String)


4833
4834
4835
4836
4837
4838
4839
4840
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4833

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