GetSchemaCreationStatusResponse

public struct GetSchemaCreationStatusResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Detailed information about the status of the schema creation operation.

    Declaration

    Swift

    public let details: 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.

    Declaration

    Swift

    public let status: SchemaStatus?
  • Undocumented

    Declaration

    Swift

    public init(details: String? = nil, status: SchemaStatus? = nil)