Class: Aws::Types::WarningsListItem
- Inherits:
-
Object
- Object
- Aws::Types::WarningsListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#page ⇒ ::Integer
Returns the value of attribute page.
-
#warn_code ⇒ "INFERENCING_PLAINTEXT_WITH_NATIVE_TRAINED_MODEL", "INFERENCING_NATIVE_DOCUMENT_WITH_PLAINTEXT_TRAINED_MODEL"
Returns the value of attribute warn_code.
-
#warn_message ⇒ ::String
Returns the value of attribute warn_message.
Instance Attribute Details
#page ⇒ ::Integer
Returns the value of attribute page.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def page @page end |
#warn_code ⇒ "INFERENCING_PLAINTEXT_WITH_NATIVE_TRAINED_MODEL", "INFERENCING_NATIVE_DOCUMENT_WITH_PLAINTEXT_TRAINED_MODEL"
Returns the value of attribute warn_code.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def warn_code @warn_code end |
#warn_message ⇒ ::String
Returns the value of attribute warn_message.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def end |