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

Class: Aws::AppSync::Types::GetSchemaCreationStatusResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#detailsString

Detailed information about the status of the schema creation operation.

Returns:

  • (String)

    Detailed information about the status of the schema creation operation.

#statusString

The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.

Possible values:

  • PROCESSING
  • ACTIVE
  • DELETING
  • FAILED
  • SUCCESS
  • NOT_APPLICABLE

Returns:

  • (String)

    The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).