Class: Aws::Types::UnableToDetectSchemaException
- Inherits:
-
Object
- Object
- Aws::Types::UnableToDetectSchemaException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#processed_input_records ⇒ ::Array[::String]
Returns the value of attribute processed_input_records.
-
#raw_input_records ⇒ ::Array[::String]
Returns the value of attribute raw_input_records.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def @message end |
#processed_input_records ⇒ ::Array[::String]
Returns the value of attribute processed_input_records.
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.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def raw_input_records @raw_input_records end |