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

#code ⇒ String

Returns:

  • (String)


5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-drs/types.rb', line 5307

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

#field_list ⇒ Array<Types::ValidationExceptionField>

A list of fields that failed validation.



5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-drs/types.rb', line 5307

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

#message ⇒ String

Returns:

  • (String)


5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-drs/types.rb', line 5307

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

#reason ⇒ String

Validation exception reason.

Returns:

  • (String)


5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-drs/types.rb', line 5307

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