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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/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)


4134
4135
4136
4137
4138
4139
4140
4141
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 4134

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

#field_listArray<Types::ValidationExceptionField>

A list of fields that failed validation.



4134
4135
4136
4137
4138
4139
4140
4141
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 4134

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

#messageString

Returns:

  • (String)


4134
4135
4136
4137
4138
4139
4140
4141
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 4134

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

#reasonString

Validation exception reason.

Returns:

  • (String)


4134
4135
4136
4137
4138
4139
4140
4141
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 4134

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