Class: Aws::Types::UnableToDetectSchemaException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def message
  @message
end

#processed_input_records::Array[::String]

Returns the value of attribute processed_input_records.

Returns:

  • (::Array[::String])


1261
1262
1263
# File 'sig/types.rbs', line 1261

def processed_input_records
  @processed_input_records
end

#raw_input_records::Array[::String]

Returns the value of attribute raw_input_records.

Returns:

  • (::Array[::String])


1260
1261
1262
# File 'sig/types.rbs', line 1260

def raw_input_records
  @raw_input_records
end