DescribeFaqResponse

public struct DescribeFaqResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time that the FAQ was created.

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • The description of the FAQ that you provided when it was created.

    Declaration

    Swift

    public let description: String?
  • If the Status field is FAILED, the ErrorMessage field contains the reason why the FAQ failed.

    Declaration

    Swift

    public let errorMessage: String?
  • id

    The identifier of the FAQ.

    Declaration

    Swift

    public let id: String?
  • The identifier of the index that contains the FAQ.

    Declaration

    Swift

    public let indexId: String?
  • The name that you gave the FAQ when it was created.

    Declaration

    Swift

    public let name: String?
  • The Amazon Resource Name (ARN) of the role that provides access to the S3 bucket containing the input files for the FAQ.

    Declaration

    Swift

    public let roleArn: String?
  • Undocumented

    Declaration

    Swift

    public let s3Path: S3Path?
  • The status of the FAQ. It is ready to use when the status is ACTIVE.

    Declaration

    Swift

    public let status: FaqStatus?
  • The date and time that the FAQ was last updated.

    Declaration

    Swift

    public let updatedAt: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(createdAt: TimeStamp? = nil, description: String? = nil, errorMessage: String? = nil, id: String? = nil, indexId: String? = nil, name: String? = nil, roleArn: String? = nil, s3Path: S3Path? = nil, status: FaqStatus? = nil, updatedAt: TimeStamp? = nil)