ErrorDetails

public struct ErrorDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The error code associated with the operation failure.

    Declaration

    Swift

    public let code: String
  • Detailed information about the reason that the operation failed.

    Declaration

    Swift

    public let message: String
  • Undocumented

    Declaration

    Swift

    public init(code: String, message: String)