ShareError

public struct ShareError : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • List of accounts impacted by the error.

    Declaration

    Swift

    public let accounts: [String]?
  • Error type that happened when processing the operation.

    Declaration

    Swift

    public let error: String?
  • Information about the error.

    Declaration

    Swift

    public let message: String?
  • Undocumented

    Declaration

    Swift

    public init(accounts: [String]? = nil, error: String? = nil, message: String? = nil)