UnprocessedTraceSegment

public struct UnprocessedTraceSegment : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The error that caused processing to fail.

    Declaration

    Swift

    public let errorCode: String?
  • id

    The segment’s ID.

    Declaration

    Swift

    public let id: String?
  • The error message.

    Declaration

    Swift

    public let message: String?
  • Undocumented

    Declaration

    Swift

    public init(errorCode: String? = nil, id: String? = nil, message: String? = nil)