Class: Aws::Types::BatchGetSchemaAnalysisRuleError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def name
  @name
end

#type"AGGREGATION", ...

Returns the value of attribute type.

Returns:

  • ("AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE")


329
330
331
# File 'sig/types.rbs', line 329

def type
  @type
end