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
- Struct
- Aws::AppSync::Types::GetSchemaCreationStatusResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #details  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Detailed information about the status of the schema creation operation. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). 
Instance Attribute Details
#details ⇒ String
Detailed information about the status of the schema creation operation.
#status ⇒ String
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