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)


4732
4733
4734
4735
4736
4737
4738
4739
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4732

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

#field_listArray<Types::ValidationExceptionField>

Validate exception field list.



4732
4733
4734
4735
4736
4737
4738
4739
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4732

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

#messageString

Returns:

  • (String)


4732
4733
4734
4735
4736
4737
4738
4739
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4732

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

#reasonString

Validate exception reason.

Returns:

  • (String)


4732
4733
4734
4735
4736
4737
4738
4739
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4732

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