RecordError

public struct RecordError : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The numeric value of the error.

    Declaration

    Swift

    public let code: String?
  • The description of the error.

    Declaration

    Swift

    public let description: String?
  • Undocumented

    Declaration

    Swift

    public init(code: String? = nil, description: String? = nil)