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.



546
547
548
549
550
551
552
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 546

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

#messageString

Returns:

  • (String)


546
547
548
549
550
551
552
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 546

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

#reasonString

Reason the request failed validation.

Returns:

  • (String)


546
547
548
549
550
551
552
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 546

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