Class: Aws::Drs::Types::ValidationException

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

Overview

The input fails to satisfy the constraints specified by the AWS service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-drs/types.rb', line 2866

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

#field_listArray<Types::ValidationExceptionField>

A list of fields that failed validation.



2866
2867
2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-drs/types.rb', line 2866

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

#messageString

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-drs/types.rb', line 2866

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

#reasonString

Validation exception reason.

Returns:

  • (String)


2866
2867
2868
2869
2870
2871
2872
2873
# File 'lib/aws-sdk-drs/types.rb', line 2866

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