RenderingError

public struct RenderingError : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for a specific class of errors.

    Declaration

    Swift

    public let code: String
  • A human-readable message describing the error.

    Declaration

    Swift

    public let message: String
  • Undocumented

    Declaration

    Swift

    public init(code: String, message: String)