Class: Aws::BCMRecommendedActions::Types::ValidationException

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

Overview

The input fails to satisfy the constraints specified by an Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

Lists each problematic field and why it failed validation.



206
207
208
209
210
211
212
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 206

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

#messageString

Returns:

  • (String)


206
207
208
209
210
211
212
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 206

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

#reasonString

Provides a single, overarching explanation for the validation failure.

Returns:

  • (String)


206
207
208
209
210
211
212
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 206

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