GetRecommendationError

public struct GetRecommendationError : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The error code.

    Declaration

    Swift

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

    Declaration

    Swift

    public let identifier: String?
  • The message, or reason, for the error.

    Declaration

    Swift

    public let message: String?
  • Undocumented

    Declaration

    Swift

    public init(code: String? = nil, identifier: String? = nil, message: String? = nil)