Class: Aws::Artifact::Types::ValidationException

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

Overview

Request fails to satisfy the constraints specified by an AWS service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The field that caused the error, if applicable.



541
542
543
544
545
546
547
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 541

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

#messageString

Returns:

  • (String)


541
542
543
544
545
546
547
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 541

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

#reasonString

Reason the request failed validation.

Returns:

  • (String)


541
542
543
544
545
546
547
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 541

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