Class: Aws::Repostspace::Types::ValidationException

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

Overview

The input 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.



649
650
651
652
653
654
655
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 649

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

#messageString

Returns:

  • (String)


649
650
651
652
653
654
655
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 649

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

#reasonString

The reason why the request failed validation.

Returns:

  • (String)


649
650
651
652
653
654
655
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 649

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