Class: Aws::Types::WarningsListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#page::Integer

Returns the value of attribute page.

Returns:

  • (::Integer)


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.

Returns:

  • ("INFERENCING_PLAINTEXT_WITH_NATIVE_TRAINED_MODEL", "INFERENCING_NATIVE_DOCUMENT_WITH_PLAINTEXT_TRAINED_MODEL")


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.

Returns:

  • (::String)


2084
2085
2086
# File 'sig/types.rbs', line 2084

def warn_message
  @warn_message
end