You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::LastCrawlInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Status and error information about the most recent crawl.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

If an error occurred, the error information about the last crawl.

Returns:

  • (String)

    If an error occurred, the error information about the last crawl.

#log_groupString

The log group for the last crawl.

Returns:

  • (String)

    The log group for the last crawl.

#log_streamString

The log stream for the last crawl.

Returns:

  • (String)

    The log stream for the last crawl.

#message_prefixString

The prefix for a message about this crawl.

Returns:

  • (String)

    The prefix for a message about this crawl.

#start_timeTime

The time at which the crawl started.

Returns:

  • (Time)

    The time at which the crawl started.

#statusString

Status of the last crawl.

Possible values:

  • SUCCEEDED
  • CANCELLED
  • FAILED

Returns:

  • (String)

    Status of the last crawl.