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)


1148
1149
1150
1151
1152
1153
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1148

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

#nameString

Message describing why the field failed validation.

Returns:

  • (String)


1148
1149
1150
1151
1152
1153
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1148

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