Class: Aws::BCMDataExports::Types::ValidationException

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

#fieldsArray<Types::ValidationExceptionField>

The list of fields that are invalid.



890
891
892
893
894
895
896
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 890

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

#messageString

Returns:

  • (String)


890
891
892
893
894
895
896
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 890

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

#reasonString

The reason for the validation exception.

Returns:

  • (String)


890
891
892
893
894
895
896
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 890

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