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)


618
619
620
# File 'sig/types.rbs', line 618

def message
  @message
end

#processed_input_records::Array[::String]

Returns the value of attribute processed_input_records.

Returns:

  • (::Array[::String])


620
621
622
# File 'sig/types.rbs', line 620

def processed_input_records
  @processed_input_records
end

#raw_input_records::Array[::String]

Returns the value of attribute raw_input_records.

Returns:

  • (::Array[::String])


619
620
621
# File 'sig/types.rbs', line 619

def raw_input_records
  @raw_input_records
end