Class: Aws::NovaAct::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb

Overview

The input parameters for the request are invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The list of fields that failed validation.



1211
1212
1213
1214
1215
1216
1217
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1211

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

#messageString

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

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
1217
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1211

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

#reasonString

The reason for the validation failure.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
1217
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1211

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