Class: Aws::Types::Status

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


1921
1922
1923
# File 'sig/types.rbs', line 1921

def document_id
  @document_id
end

#document_status"NOT_FOUND", ...

Returns the value of attribute document_status.

Returns:

  • ("NOT_FOUND", "PROCESSING", "INDEXED", "UPDATED", "FAILED", "UPDATE_FAILED")


1922
1923
1924
# File 'sig/types.rbs', line 1922

def document_status
  @document_status
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


1923
1924
1925
# File 'sig/types.rbs', line 1923

def failure_code
  @failure_code
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def failure_reason
  @failure_reason
end