BatchUpdateDetectorErrorEntry

public struct BatchUpdateDetectorErrorEntry : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let errorCode: ErrorCode?
  • A message describing the error.

    Declaration

    Swift

    public let errorMessage: String?
  • The “messageId” of the update request that caused the error. (The value of the “messageId” in the update request “Detector” object.)

    Declaration

    Swift

    public let messageId: String?
  • Undocumented

    Declaration

    Swift

    public init(errorCode: ErrorCode? = nil, errorMessage: String? = nil, messageId: String? = nil)