Class: Aws::Repostspace::Types::ValidationExceptionField

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

Overview

Stores information about a field that’s passed inside a request that resulted in an exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The name of the field.

Returns:

  • (String)


670
671
672
673
674
675
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 670

class ValidationExceptionField < Struct.new(
  :message,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Message describing why the field failed validation.

Returns:

  • (String)


670
671
672
673
674
675
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 670

class ValidationExceptionField < Struct.new(
  :message,
  :name)
  SENSITIVE = []
  include Aws::Structure
end